Merge pull request #79817 from tianyuansun/fix/golint-error

fix: golint error of clientgo
This commit is contained in:
Kubernetes Prow Robot 2019-07-08 16:00:52 -07:00 committed by GitHub
commit 5b5301e9df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)