Created
December 10, 2021 04:41
-
-
Save manakuro/155c231472138abad7c2d1f8087cee7a to your computer and use it in GitHub Desktop.
This file contains hidden or 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
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