golang

  1. N

    protoc-gen-go: program not found or is not executable

    I have installed the go plugins. Still when I try to run events.proto code it shows error: sudo go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest sudo go install google.golang.org/protobuf/cmd/protoc-gen-go@latest pegasus@pegasus:~/Documents/eBPF/go-xdp-examples/gRPC_test$ tree ...
  2. Sueno1123

    Building a golang program from source

    Hello, I'm trying to build pcd from source, which is a CLI podcast manager written in golang. Apparently the usual make command doesn't work on this one. The program is poorly-documented, and the developer appears to be inactive. How do I do it? Thanks for your time.
  3. Rob

    Learning go lang

    So, Im pretty profficient in bash scripting.. my plan was to merge into python, then maybe go... Or do you think I could jump right into go from bash? Any pointers in learning to code in go?
  4. M

    Centos7 kill process in two hours

    hi,I am starting golang websocket app from linux Centos7 but its stop in after one,two hours.But when i start at windows server it can't stop CentOS Linux release 7.4.1708 (Core) golang version go1.10 linux/amd64 my websocket source code ...
Top