Bump Go to v1.24.6; update documentation

This commit is contained in:
2025-08-17 11:39:29 -04:00
parent cc58d3509f
commit 3dc3a75967
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -8,6 +8,8 @@ import (
) )
// GetOldEntryData decrypts and returns old entry data (with all required lines present). // GetOldEntryData decrypts and returns old entry data (with all required lines present).
// This is a wrapper around the DecryptFileToSlice function that ensures all required lines are present in the returned slice.
// This makes it ideal for editing entries, as it guarantees at least a baseline slice length.
func GetOldEntryData(targetLocation string, field int) ([]string, error) { func GetOldEntryData(targetLocation string, field int) ([]string, error) {
// ensure targetLocation exists and is a file // ensure targetLocation exists and is a file
_, err := back.TargetIsFile(targetLocation, true) _, err := back.TargetIsFile(targetLocation, true)
+1 -1
View File
@@ -1,6 +1,6 @@
module github.com/rwinkhart/libmutton module github.com/rwinkhart/libmutton
go 1.24.5 go 1.24.6
require ( require (
github.com/pkg/sftp v1.13.9 github.com/pkg/sftp v1.13.9