diff -r adc39ae774c0 -r 519be52bfced cmd/gondole-cli/main.go --- a/cmd/gondole-cli/main.go Wed Apr 12 16:40:02 2017 +0200 +++ b/cmd/gondole-cli/main.go Wed Apr 12 17:33:17 2017 +0200 @@ -26,7 +26,7 @@ defaultInstanceURL = "https://mastodon.social" ) -// Config holds our parameters +// Server holds our application details type Server struct { ID string `json:"id"` Name string `json:"name"`