diff options
| -rw-r--r-- | send.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ import ( "go.wit.com/log" ) -var urlbase string = "http://localhost:8080" +var urlbase string = "http://zookeeper.wit.com:8080" func send() { } |
![]() |
index : go.wit.com/lib/daemons/zood.git | |
| Unnamed repository; edit this file 'description' to name the repository. |
| summaryrefslogtreecommitdiff |
| -rw-r--r-- | send.go | 2 |
@@ -8,7 +8,7 @@ import ( "go.wit.com/log" ) -var urlbase string = "http://localhost:8080" +var urlbase string = "http://zookeeper.wit.com:8080" func send() { } |