leaps icon indicating copy to clipboard operation
leaps copied to clipboard

undefined: assetFS

Open visortown opened this issue 6 years ago • 2 comments

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.

visortown avatar Mar 03 '19 03:03 visortown

Hey @visortown, are you running go install github.com/Jeffail/leaps/cmd/leaps?

Jeffail avatar Mar 03 '19 12:03 Jeffail

@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.

visortown avatar Mar 03 '19 18:03 visortown