summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorRuben Pollan <meskio@sindominio.net>2018-02-08 23:54:35 +0100
committerRuben Pollan <meskio@sindominio.net>2018-02-09 00:00:37 +0100
commit3b4c2e8c5767d3bbc1a1963a4ffc956d2dc0fcfb (patch)
tree83d7f458778aef2fbc6cc474defbbcee1c4afc17 /main.go
parent9e22b94dffe4670fd3e0738beff259d8391b270d (diff)
[style] nicer looking
Diffstat (limited to 'main.go')
-rw-r--r--main.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.go b/main.go
index 76343eb..b7faa91 100644
--- a/main.go
+++ b/main.go
@@ -11,7 +11,6 @@ const (
)
func main() {
- // TODO: do I need to bootstrap the provider?
conf, err := parseConfig()
if err != nil {
log.Fatal(err)