moovweb / gvm

Go Version Manager
http://github.com/moovweb/gvm
MIT License
9.87k stars 520 forks source link

panic: invalid path: 'css/bootstrap.min.css' #458

Closed poka-IT closed 4 months ago

poka-IT commented 4 months ago

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/parcello@v0.8.2/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