Created
May 11, 2018 16:00
-
-
Save codegoalie/8837af00f725523b6ade8fe290338103 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 models | |
// Place represents a place of residence to be listed and filtered | |
type Place struct { | |
Name string | |
Region string | |
Location string | |
ContactName string | |
SquareFeet int | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment