Created
March 7, 2022 16:20
-
-
Save xvbnm48/7aa365ff9ae7548e5c8e5f5380520daa to your computer and use it in GitHub Desktop.
package public
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 management | |
type Idol struct { | |
Name string | |
Age int | |
Email string | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment