Playground example does not work.
Closed this issue · 2 comments
c4milo commented
I'm getting:
prog.go:4: can't find import: "honnef.co/go/augeas"
[process exited with non-zero status]
dominikh commented
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
got it! Sorry for the noise. I thought the online playground was smart enough to go and get 3rd party dependencies.