$go build
main.go:7:2: cannot find package "github.com/gocheat/symgw/bootnode" in any of:
/usr/local/Cellar/go/1.13.3/libexec/src/github.com/gocheat/symgw/bootnode (from $GOROOT)
/Users/benjioh5/go/src/github.com/gocheat/symgw/bootnode (from $GOPATH)
main.go:8:2: cannot find package "github.com/gocheat/symgw/config" in any of:
/usr/local/Cellar/go/1.13.3/libexec/src/github.com/gocheat/symgw/config (from $GOROOT)
/Users/benjioh5/go/src/github.com/gocheat/symgw/config (from $GOPATH)
main.go:9:2: cannot find package "github.com/gocheat/symgw/config/db" in any of:
/usr/local/Cellar/go/1.13.3/libexec/src/github.com/gocheat/symgw/config/db (from $GOROOT)
/Users/benjioh5/go/src/github.com/gocheat/symgw/config/db (from $GOPATH)
main.go:23:2: cannot find package "github.com/gocheat/symgw/docs" in any of:
/usr/local/Cellar/go/1.13.3/libexec/src/github.com/gocheat/symgw/docs (from $GOROOT)
/Users/benjioh5/go/src/github.com/gocheat/symgw/docs (from $GOPATH)
main.go:10:2: cannot find package "github.com/gocheat/symgw/rpcproxy" in any of:
/usr/local/Cellar/go/1.13.3/libexec/src/github.com/gocheat/symgw/rpcproxy (from $GOROOT)
/Users/benjioh5/go/src/github.com/gocheat/symgw/rpcproxy (from $GOPATH)
go build does not works. Maybe it is associated with private repo of gocheat. I got 404 when I connect to github/gocheat/symgw/. could you check it?
go build does not works. Maybe it is associated with private repo of gocheat. I got 404 when I connect to github/gocheat/symgw/. could you check it?