-
Notifications
You must be signed in to change notification settings - Fork 93
Description
Hello sir can you provide binary for Linux 32 bit please .I have tried to compile but i have error
go build
route.go:10:2: cannot find package "agent/client_handler" in any of:
/root/go/src/agent/client_handler (from $GOROOT)
/root/goworkspace/src/agent/client_handler (from $GOPATH)
buffer.go:11:2: cannot find package "agent/misc/packet" in any of:
/root/go/src/agent/misc/packet (from $GOROOT)
/root/goworkspace/src/agent/misc/packet (from $GOPATH)
agent.go:8:2: cannot find package "agent/pb" in any of:
/root/go/src/agent/pb (from $GOROOT)
/root/goworkspace/src/agent/pb (from $GOPATH)
startup.go:4:2: cannot find package "agent/services" in any of:
/root/go/src/agent/services (from $GOROOT)
/root/goworkspace/src/agent/services (from $GOPATH)
agent.go:9:2: cannot find package "agent/types" in any of:
/root/go/src/agent/types (from $GOROOT)
/root/goworkspace/src/agent/types (from $GOPATH)
agent.go:10:2: cannot find package "agent/utils" in any of:
/root/go/src/agent/utils (from $GOROOT)
/root/goworkspace/src/agent/utils (from $GOPATH)