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).
// 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) {
// ensure targetLocation exists and is a file
_, err := back.TargetIsFile(targetLocation, true)