Added golines playground
All checks were successful
/ publish (push) Successful in 2m43s

This commit is contained in:
Leon Mika 2026-09-06 09:23:55 +10:00
parent 09fceca2f9
commit 40e5379eb3
11 changed files with 250 additions and 2 deletions

13
go.mod
View file

@ -3,6 +3,15 @@ module github.com/lmika/webtools
go 1.25.0
require (
github.com/alecthomas/participle/v2 v2.1.4 // indirect
golang.org/x/image v0.37.0 // indirect
github.com/alecthomas/participle/v2 v2.1.4
github.com/golangci/golines v0.15.0
golang.org/x/image v0.37.0
)
require (
github.com/dave/dst v0.27.3 // indirect
github.com/ldez/structtags v0.6.1 // indirect
golang.org/x/mod v0.32.0 // indirect
golang.org/x/sync v0.19.0 // indirect
golang.org/x/tools v0.41.0 // indirect
)