How do I install packages in Go Repl.it environment?
Just doing
import (
"net/http"
"github.com/labstack/echo"
)
doesn't work like in nodejs repls
bluebrown (3)
I would like to know this as well. Without this feature it seems a bit pointless.
isakkeyten (8)
bump?
Another bump?