Add more documentation

This commit is contained in:
Bolke de Bruin
2020-07-18 19:42:06 +02:00
parent c68ec69b92
commit cbb4c29b4d
4 changed files with 57 additions and 9 deletions

1
go.mod
View File

@@ -9,4 +9,5 @@ require (
github.com/prometheus/client_golang v1.7.1
github.com/spf13/cobra v1.0.0
github.com/spf13/viper v1.7.0
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
)