Fix inefficient string concats

This commit is contained in:
2026-07-06 20:06:11 -04:00
parent f4ee6aa334
commit e7ba8fa97f
3 changed files with 13 additions and 11 deletions
+4 -4
View File
@@ -1,13 +1,13 @@
module cachy-post
go 1.25.5
go 1.26.4
require (
github.com/moby/sys/mountinfo v0.7.2
github.com/rwinkhart/go-boilerplate v0.1.1
github.com/rwinkhart/go-boilerplate v0.3.1
)
require (
golang.org/x/sys v0.39.0 // indirect
golang.org/x/term v0.38.0 // indirect
golang.org/x/sys v0.46.0 // indirect
golang.org/x/term v0.44.0 // indirect
)