This commit is contained in:
alessio 2016-08-23 16:48:54 +02:00
parent 9045a1da74
commit bddddd6cea
1 changed files with 1 additions and 1 deletions

View File

@ -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 {