Added comments to Route List. Fixes #7
This commit is contained in:
parent
ad5a1ca400
commit
b8b1e0ca05
2 changed files with 19 additions and 1 deletions
|
|
@ -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{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue