docker - How can I import a library from github to GO playground? -
hi want import 3rd party library go playground, saw answer question: https://stackoverflow.com/a/27813778/6638204 said can not done, xiam/go-playground library on github states can this. tried using did not understand should do. installed library , used run programs not need third party libraries. did not how can import third party library. ps: have docker installed in machine
the answer still same: can't on "official" go playground (at https://play.golang.org/).
if or else runs custom, modified version of go playground: answer can there whatever allowed, may include usage of external libraries custom engine may go get
prior compilation , execution.
also see related question: which packages may imported in go playground?
Comments
Post a Comment