diff options
| author | Jeff Carr <[email protected]> | 2024-11-16 10:31:02 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-16 10:31:02 -0600 |
| commit | 68933a8ec78d6b3476a9fe275b15cf45aedd4c0d (patch) | |
| tree | 0498da0cf461f8bf3a8bd7ee8269c8d64eaf8ee8 /send.go | |
| parent | fb9f369a93c56db6918a9e1509168a6b7eacc0b2 (diff) | |
try this for realv0.0.3
Diffstat (limited to 'send.go')
| -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() { } |
