run `gofmt -w -s ./..`

pull/11/head
John Barton (joho) 2015-03-23 12:06:31 +11:00
parent ead2e75027
commit e1c92610d7
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ example
// take rest of args and "exec" them
cmd := args[0]
cmdArgs := args[1:len(args)]
cmdArgs := args[1:]
err := godotenv.Exec(envFilenames, cmd, cmdArgs)
if err != nil {