mirror of
				https://github.com/smallnest/rpcx.git
				synced 2025-10-30 02:51:51 +08:00 
			
		
		
		
	fix wrong codes when write exampels
This commit is contained in:
		| @@ -18,7 +18,6 @@ func TestZookeeperRegistry(t *testing.T) { | ||||
| 		ZooKeeperServers: []string{"127.0.0.1:2181"}, | ||||
| 		BasePath:         "/rpcx_test", | ||||
| 		Metrics:          metrics.NewRegistry(), | ||||
| 		Services:         make([]string, 1), | ||||
| 		UpdateInterval:   time.Minute, | ||||
| 	} | ||||
| 	err := r.Start() | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 smallnest
					smallnest