Skip to content

Instantly share code, notes, and snippets.

@alfianmalik
Created May 24, 2020 16:30
Show Gist options
  • Save alfianmalik/7ff620e0fd2887dcf875d70883f3410b to your computer and use it in GitHub Desktop.
Save alfianmalik/7ff620e0fd2887dcf875d70883f3410b to your computer and use it in GitHub Desktop.
package people
type Person struct {
FirstName string
FastName string
Age int
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment