fix golint issues, exported doc (#451)

This commit is contained in:
Kevin Wan
2021-02-08 21:31:56 +08:00
committed by GitHub
parent 9b0625bb83
commit 54414db91d
8 changed files with 31 additions and 11 deletions

View File

@@ -1,4 +1,5 @@
//go:generate mockgen -package internal -destination statewatcher_mock.go -source statewatcher.go etcdConn
package internal
import (