strip doc.go files

This commit is contained in:
Asim Aslam
2016-12-14 15:41:48 +00:00
parent 4a1e5b34ee
commit 71d717a06d
20 changed files with 10 additions and 90 deletions

View File

@@ -1,8 +0,0 @@
/*
Package selector is a way to load balance service nodes.
It algorithmically filter and return nodes required by the client or any other system.
Selector's implemented by Micro build on the registry but it's of optional use. One could
provide a static Selector that has a fixed pool.
*/
package selector

View File

@@ -1,3 +1,4 @@
// Package selector is a way to load balance service nodes
package selector
import (