package
2.1.1+incompatible
Repository: https://github.com/kylelemons/go-rpcgen.git
Documentation: pkg.go.dev
# README
This is a simple add service that happens over a TLS connection.
To run the server: go run add.go --certdir certs
To run the client: go run client/client.go --certdir certs
To see how certificates can be generated, check out makecert.sh