ceph-csi/internal
Yug Gupta 47226ccdf7 util: fix golint warnings in csiconfig, volid
golint warns about the following statements:

ceph-csi/internal/util/csiconfig.go
Line 49: warning: exported function Mons should have comment or be unexported (golint)

ceph-csi/pkg/util/volid.go :
Line 72: warning: exported method CSIIdentifier.ComposeCSIID should have comment
or be unexported (golint)

Reported-by: https://goreportcard.com/report/github.com/ceph/ceph-csi
Updates: #975

Signed-off-by: Yug Gupta <ygupta@redhat.com>
2020-04-29 11:36:53 +00:00
..
cephfs journal: move voljournal.go to a new package 2020-04-24 07:36:38 +00:00
csi-common cleanup: move pkg/ to internal/ 2020-04-23 11:00:59 +00:00
journal journal: move voljournal.go to a new package 2020-04-24 07:36:38 +00:00
liveness cleanup: move pkg/ to internal/ 2020-04-23 11:00:59 +00:00
rbd journal: move voljournal.go to a new package 2020-04-24 07:36:38 +00:00
util util: fix golint warnings in csiconfig, volid 2020-04-29 11:36:53 +00:00