Fixing all files to conform with goimports.

This commit is contained in:
Renan DelValle 2020-10-14 20:46:50 -07:00
parent 99af97736c
commit cea39ddd88
No known key found for this signature in database
GPG key ID: C240AD6D6F443EC9
4 changed files with 17 additions and 20 deletions

View file

@ -69,7 +69,7 @@ func init() {
rootCmd.PersistentFlags().StringVar(&configFile, "config", "/etc/aurora/australis.yml", "Config file to use.")
rootCmd.PersistentFlags().BoolVar(&toJson, "toJSON", false, "Print output in JSON format.")
rootCmd.PersistentFlags().StringVarP(&logLevel, "logLevel", "l", "info", "Set logging level ["+internal.GetLoggingLevels()+"].")
rootCmd.PersistentFlags().DurationVarP(&timeout, "timeout", "t", 20 * time.Second, "Gorealis timeout.")
rootCmd.PersistentFlags().DurationVarP(&timeout, "timeout", "t", 20*time.Second, "Gorealis timeout.")
}
var rootCmd = &cobra.Command{