Skip to content

Instantly share code, notes, and snippets.

@akantsevoi
Created April 13, 2020 19:24
Show Gist options
  • Save akantsevoi/3682fd6f3824898c7200d4a9d8db8fbf to your computer and use it in GitHub Desktop.
Save akantsevoi/3682fd6f3824898c7200d4a9d8db8fbf to your computer and use it in GitHub Desktop.
type Server struct {
Router *httprouter.Router
storage database.Storage
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment