Skip to content

Instantly share code, notes, and snippets.

@densone
Created December 20, 2013 01:07
Show Gist options
  • Save densone/8048925 to your computer and use it in GitHub Desktop.
Save densone/8048925 to your computer and use it in GitHub Desktop.
func Intialize()(d *RouterList) {
d = &RouterList{
records: []Router,
}
return
}
@densone
Copy link
Author

densone commented Dec 20, 2013

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 }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment