aboutsummaryrefslogtreecommitdiff
path: root/rpc.go
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2016-04-01 16:29:18 +0200
committerDimitri Sokolyuk <demon@dim13.org>2016-04-01 16:29:18 +0200
commit7396bdc3b4745108760282890d0ae1c985865d69 (patch)
treebdebade830aa51ed7156c2e4a253ea798679fad5 /rpc.go
parent0ddcedc64fac9eb941802a29bcbf8787d2541fdc (diff)
Fix NewServer
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
}