FIXED:
* `envs/funcs.go:78:3: unknown field IgnoreWhiteSpace in struct literal of type EnvErrNoVal, but does have IgnoreWhitespace`
* `envs/funcs_enverrnoval.go:15:8: sb.WasFound undefined (type *strings.Builder has no field or method WasFound)`
This commit is contained in:
brent saner
2025-08-13 14:54:49 -04:00
parent 8260e4fa93
commit e797a14911
16 changed files with 790 additions and 28 deletions

4
go.mod
View File

@@ -1,6 +1,6 @@
module r00t2.io/sysutils
go 1.23.2
go 1.24.5
require (
github.com/davecgh/go-spew v1.1.1
@@ -10,7 +10,7 @@ require (
golang.org/x/sync v0.16.0
golang.org/x/sys v0.34.0
honnef.co/go/augeas v0.0.0-20161110001225-ca62e35ed6b8
r00t2.io/goutils v1.9.0
r00t2.io/goutils v1.9.2
)
require (