Skip to content
Snippets Groups Projects

Add go.mod

Merged Erick Hitter requested to merge fix/go-mod into master
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
+ 2
1
@@ -42,7 +42,7 @@ var (
client *godo.Client
)
func init() {
func initConfig() {
flag.StringVar(&configPath, "config", "./config.json", "Path to configuration file")
flag.Parse()
@@ -77,6 +77,7 @@ func init() {
}
func main() {
initConfig()
authenticate()
checkAPI()
Loading