diff --git a/cmd/util.go b/cmd/util.go index a398280..c4e717b 100644 --- a/cmd/util.go +++ b/cmd/util.go @@ -65,4 +65,4 @@ func Debugf(format string, a ...interface{}) { if GetConfig().Debug { fmt.Printf(format, a...) } -} \ No newline at end of file +}