Skip to content

Instantly share code, notes, and snippets.

@xvbnm48
Created March 7, 2022 16:20
Show Gist options
  • Save xvbnm48/7aa365ff9ae7548e5c8e5f5380520daa to your computer and use it in GitHub Desktop.
Save xvbnm48/7aa365ff9ae7548e5c8e5f5380520daa to your computer and use it in GitHub Desktop.
package public
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