Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewford committed Aug 9, 2023
1 parent cdcd3a3 commit 454739f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ func readViperConfig(appName string) *viper.Viper {
v.SetDefault("json_logs", false)
v.SetDefault("loglevel", "debug")
v.SetDefault("redis_url", "redis://localhost:6379")


return v
}
6 changes: 2 additions & 4 deletions main.go
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
package main

import (

"github.com/bitzesty/ipstash/cmd"
)

func main() {


cmd.Execute()

cmd.Execute()

}

0 comments on commit 454739f

Please sign in to comment.