Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Interfaces ¶
func Interfaces()
Types ¶
type ExchangeRate ¶
new type "ExchangeRate" underlying type is map[string]float64 map[string]float64 is a type litteral
type User ¶
func (*User) NameAndEmail ¶
func (*User) SetFirstName ¶
pointer receiver: can modify the underlying data
func (User) SetFirstNameNotWorking ¶
value receiver: everything in u gets copied before the method is called. you can't modify any property of the original receiver
Click to show internal directories.
Click to hide internal directories.