Closed endzyme closed 6 years ago
What version of Go is preferred here as well as I am receiving the following error when i build the server:
make all go-bindata --prefix frontend/public/ -o tty-server/assets_bundle.go frontend/public/invalid-session.html frontend/public/bootstrap.min.css frontend/public/index.html frontend/public/404.css frontend/public/tty-receiver.in.html frontend/public/404.html frontend/public/tty-receiver.js make: go-bindata: Command not found Makefile:24: recipe for target 'tty-server/assets_bundle.go' failed make: *** [tty-server/assets_bundle.go] Error 127
tree tty-server tty-server ├── server.go ├── server_main.go ├── session.go └── websockets_connection.go 0 directories, 4 files
This is cloned from master on 4e898b24e456d80e70b4c0719b83717bcc123f87
4e898b24e456d80e70b4c0719b83717bcc123f87
Got to the bottom of it
go install github.com/go-bindata/go-bindata/go-bindata go get github.com/elisescu/pty
go install github.com/go-bindata/go-bindata/go-bindata
go get github.com/elisescu/pty
What version of Go is preferred here as well as I am receiving the following error when i build the server:
This is cloned from master on
4e898b24e456d80e70b4c0719b83717bcc123f87