File: main.go

package info (click to toggle)
golang-github-ngaut-go-zookeeper 0.0~git20150813.0.9c3719e-5
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 184 kB
  • sloc: makefile: 7
file content (9 lines) | stat: -rw-r--r-- 131 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
package main

import (
	"github.com/samuel/go-zookeeper/zk"
)

func main() {
	zk.StartTracer("127.0.0.1:2182", "127.0.0.1:2181")
}