コード例 #1
0
ファイル: command.go プロジェクト: ianwoolf/zkClient
func GetLock(zh *u.ZH, path string) *zk.Lock {
	return zh.NewLock(path)
}