Created
May 24, 2020 16:30
-
-
Save alfianmalik/7ff620e0fd2887dcf875d70883f3410b 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 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