You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am new to golang. Trying to use this package but got this error when I run leaps.go:
github.com/Jeffail/leaps/cmd/leaps/leaps.go:343:68: undefined: assetFS
I searched around but couldn't find a solution.
The text was updated successfully, but these errors were encountered:
@Jeffail I ran "go get github.com/Jeffail/leaps/cmd/..." to get the files to my local machine, but then "go build leaps.go", "go install leaps.go", or "go run leaps.go" gave me the same error.
I am new to golang. Trying to use this package but got this error when I run leaps.go:
github.com/Jeffail/leaps/cmd/leaps/leaps.go:343:68: undefined: assetFS
I searched around but couldn't find a solution.
The text was updated successfully, but these errors were encountered: