fix golint issues, package comments (#454)

This commit is contained in:
Kevin Wan
2021-02-08 22:31:52 +08:00
committed by GitHub
parent 1789b12db2
commit 06f6dc9937
7 changed files with 7 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
//go:generate mockgen -package internal -destination etcdclient_mock.go -source etcdclient.go EtcdClient
package internal
import (

View File

@@ -1,4 +1,5 @@
//go:generate mockgen -package internal -destination updatelistener_mock.go -source updatelistener.go UpdateListener
package internal
type (