From bddddd6cea6f657dc07a3865cb05535bd017d97d Mon Sep 17 00:00:00 2001 From: alessio Date: Tue, 23 Aug 2016 16:48:54 +0200 Subject: [PATCH] golint --- realize/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/realize/config.go b/realize/config.go index 24074a0..1c9f785 100644 --- a/realize/config.go +++ b/realize/config.go @@ -40,7 +40,7 @@ func boolParam(b bool) bool { 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 { dir, err := os.Getwd() if err != nil {