Skip to content

Instantly share code, notes, and snippets.

@codegoalie
Created May 11, 2018 16:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codegoalie/8837af00f725523b6ade8fe290338103 to your computer and use it in GitHub Desktop.
Save codegoalie/8837af00f725523b6ade8fe290338103 to your computer and use it in GitHub Desktop.
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