package
Version:
v0.0.0-...-a56dbdc
Opens a new window with list of versions in this module.
Published: Apr 2, 2018
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type IntStringPair interface {
First() int
SetFirst(val int)
Second() string
SetSecond(val string)
}
type User struct {
Score int
}
type UserProperties struct {
City string
Age int
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.