Jeffail / leaps

A pair programming service using operational transforms
MIT License
751 stars 55 forks source link

undefined: assetFS #52

Open visortown opened 5 years ago

visortown commented 5 years ago

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.

Jeffail commented 5 years ago

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

visortown commented 5 years ago

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