godoc for config package + typo in godoc of app package

This commit is contained in:
Julien Neuhart
2018-03-30 13:09:22 +02:00
parent 4fef665078
commit 4a93528f7e
2 changed files with 50 additions and 5 deletions

View File

@@ -13,7 +13,7 @@ import (
"github.com/gorilla/mux"
)
// App gathers all data required to start the application.
// App gathers all data required for the application.
type App struct {
// version is the application version as defined in the main package.
version string