fix: golint error of clientgo

This commit is contained in:
suntianyuan 2019-07-05 11:37:02 +08:00
parent e12f96adc6
commit 853cf2d896

View File

@ -33,7 +33,7 @@ func MkTmpdir(prefix string) (string, error) {
return tmpDir, nil
}
// MkTmpdir does the same work as "MkTmpdir", except in case of
// MkTmpdirOrDie does the same work as "MkTmpdir", except in case of
// errors, it'll trigger a panic.
func MkTmpdirOrDie(prefix string) string {
tmpDir, err := MkTmpdir(prefix)