Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var SampleData = Data{ Persons: []Person{ Person{ FirstName: "Liam", LastName: "Neeson", Age: 64, }, Person{ FirstName: "Tom", LastName: "Cruise", Age: 53, }, Person{ FirstName: "Conan", LastName: "O'Brien", Age: 52, }, }, SocialNetworks: []SocialNetwork{ SocialNetwork{ Name: "Twitter", URL: "https://www.twitter.com", }, SocialNetwork{ Name: "Facebook", URL: "https://www.facebook.com/", }, }, Variables: Variables{ StrValue: "Some text", IntValue: 1997, BoolValue: false, }, }
Functions ¶
This section is empty.
Types ¶
type Data ¶
type Data struct { Persons []Person SocialNetworks []SocialNetwork Variables Variables }
type SocialNetwork ¶
Click to show internal directories.
Click to hide internal directories.