Socialvoid-Go/client/constants.go

7 lines
101 B
Go

package client
const (
RPC_ENDPOINT = "http://socialvoid.qlg1.com:5601/"
VERSION = "0.0.1"
)