dominikh/go-augeas

Playground example does not work.

Closed this issue · 2 comments

I'm getting:

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

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.

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