I use go1.20
When use this command:
go run brig.go
from develop, I got this error
panic: invalid path: 'css/bootstrap.min.css'
goroutine 1 [running]:
github.com/phogolabs/parcello.AddResource({0xc0007ca000, 0x155ab9, 0x155ab9})
/home/test/go/pkg/mod/github.com/phogolabs/[email protected]/manager.go:53 +0xef
github.com/sahib/brig/gateway/static.init.0()
/home/test/Bureau/brig/gateway/static/resource.go:9 +0x65
exit status 2
I use go1.20
When use this command:
go run brig.gofrom develop, I got this error