Skip to content

Instantly share code, notes, and snippets.

@manakuro
Created December 10, 2021 04:41
Show Gist options
  • Save manakuro/155c231472138abad7c2d1f8087cee7a to your computer and use it in GitHub Desktop.
Save manakuro/155c231472138abad7c2d1f8087cee7a to your computer and use it in GitHub Desktop.
package controller
// Controller holds the controllers for the entire across application
type Controller struct {
User interface{ User }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment