aboutsummaryrefslogtreecommitdiff
path: root/rpc.go
diff options
context:
space:
mode:
Diffstat (limited to 'rpc.go')
-rw-r--r--rpc.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/rpc.go b/rpc.go
index a94bc48..0916e88 100644
--- a/rpc.go
+++ b/rpc.go
@@ -12,6 +12,8 @@ var (
ErrNoCert = errors.New("Certificate and Key are required")
)
+const PRCPort = ":8000"
+
type GoXY struct {
server *Server
}