update package comments

This commit is contained in:
Asim Aslam 2018-12-29 16:18:05 +00:00
parent 5cae330732
commit 460fb3e70c
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
// Package registry is uses the go-micro registry for selection
// Package registry uses the go-micro registry for selection
package registry
import (

View File

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