go fmt
This commit is contained in:
		| @@ -128,9 +128,9 @@ var ( | |||||||
| 	} | 	} | ||||||
|  |  | ||||||
| 	Registries = map[string]func([]string, ...registry.Option) registry.Registry{ | 	Registries = map[string]func([]string, ...registry.Option) registry.Registry{ | ||||||
| 		"consul":     consul.NewRegistry, | 		"consul": consul.NewRegistry, | ||||||
| 		"etcd":       etcd.NewRegistry, | 		"etcd":   etcd.NewRegistry, | ||||||
| 		"memory":     memory.NewRegistry, | 		"memory": memory.NewRegistry, | ||||||
| 	} | 	} | ||||||
|  |  | ||||||
| 	Transports = map[string]func([]string, ...transport.Option) transport.Transport{ | 	Transports = map[string]func([]string, ...transport.Option) transport.Transport{ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user