Closed luisyng closed 5 years ago
Hello! Thank you for trying this out!
Looks like the dependency is missing. Try:
$ cd gologir
$ go get ./...
or
$ go get github.com/iomz/gologir
to install all the packages including gologir into your $GOPATH.
I uninstalled the ubuntu package and installed the current build from golang.org/dl
Same problem in Ubuntu LTS 16.04: ppratsc@QUARKS-V:~$ go get github.com/iomz/gologir
gopath/src/github.com/iomz/gologir/golemu.go:218: undefined: http.StatusAlreadyReported
This issue was related to go version. Closing it as fixing the web API. See more in #30
Hi, thank you very much for your work.
I am trying to install the emulator in Ubuntu. I have successfully installed Go, but when I try to execute:
I get:
Do you know what could be wrong? Thank you very much.