Added comments to Route List. Fixes #7

This commit is contained in:
Oliver Jakoubek 2020-07-06 20:43:58 +02:00
commit b8b1e0ca05
2 changed files with 19 additions and 1 deletions

View file

@ -18,7 +18,7 @@ func (re *RouteEnd) SetRouteName(routeName string) {
re.routeName = routeName
}
// NewRouteEnd instantiates a new Route End
// NewRouteEnd instantiates a new Route End
// struct and returns a pointer to it.
func NewRouteEnd() *RouteEnd {
re := RouteEnd{