-
- Downloads
yes
cmd/root.go
deleted
100644 → 0
... | ... | @@ -3,10 +3,11 @@ module assignment-1 |
go 1.13 | ||
// +heroku goVersion go1.13 | ||
/* | ||
require ( | ||
github.com/gorilla/mux v1.7.3 // indirect | ||
github.com/mitchellh/go-homedir v1.1.0 | ||
github.com/spf13/cobra v0.0.5 | ||
github.com/spf13/viper v1.4.0 | ||
) | ||
*/ | ||
\ No newline at end of file |
main.go
deleted
100644 → 0
Please register or sign in to comment