Removed "name" from route, only need path.

This commit is contained in:
Travis Reeder
2016-08-07 14:58:05 -04:00
parent 40e1ebd434
commit 3d94fc64c9
8 changed files with 39 additions and 37 deletions

View File

@@ -1,10 +1,3 @@
/*
For keeping a minimum running, perhaps when doing a routing table update, if destination hosts are all
expired or about to expire we start more.
*/
package main
import (
@@ -16,6 +9,7 @@ import (
"github.com/spf13/viper"
)
// See comments below for how to extend Functions
func main() {
c := &models.Config{}