Created
December 20, 2013 01:07
-
-
Save densone/8048925 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
func Intialize()(d *RouterList) { | |
d = &RouterList{ | |
records: []Router, | |
} | |
return | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
storage/storage.go:32: syntax error: unexpected comma, expecting {
storage/storage.go:34: non-declaration statement outside function body
storage/storage.go:35: syntax error: unexpected }