go rpc server
-
build protoc first
-
./get.sh github.com/golang/protobuf/protoc-gen-go
-
cp src/pepper/link_pepper src/github.com/golang/protobuf/protoc-gen-go/link_pepper.go
-
./build.sh github.com/golang/protobuf/protoc-gen-go
-
Set your protobuf dir in gen_pb_go.sh
-
./gen_pb_go.sh
-
./build.sh server/simple_server
-
./bin/simple_server
-
./build.sh test/simple_client
-
./bin/simple_client