golint
This commit is contained in:
parent
9045a1da74
commit
bddddd6cea
|
@ -40,7 +40,7 @@ func boolParam(b bool) bool {
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
|
|
||||||
// workingDir returns the last element of the working dir path
|
// WorkingDir returns the last element of the working dir path
|
||||||
func WorkingDir() string {
|
func WorkingDir() string {
|
||||||
dir, err := os.Getwd()
|
dir, err := os.Getwd()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|
Loading…
Reference in New Issue