dominikh / go-augeas

Go bindings for augeas
MIT License
21 stars 7 forks source link

Playground example does not work. #1

Closed c4milo closed 10 years ago

c4milo commented 10 years ago

I'm getting:

prog.go:4: can't find import: "honnef.co/go/augeas" [process exited with non-zero status]

dominikh commented 10 years ago

You have to install honnef.co/go/augeas first, e.g. via go get honnef.co/go/augeas.

Edit: Of course it's not supposed to work in the playground. You cannot import arbitrary 3rd party packages on the playground. The playground serves as a pastebin.

c4milo commented 10 years ago

got it! Sorry for the noise. I thought the online playground was smart enough to go and get 3rd party dependencies.