Sign in
go
/
website
/
cef597aeee3a0f904fdaf45b3475b943ff8f3788
/
.
/
_content
/
talks
/
2014
/
readability
/
struct-field-good.go
blob: 9774716cca0eaf069791488c95ab398c1a2faf62 [
file
] [
log
] [
blame
]
// +build ignore,OMIT
package sample
// OMIT
type Modifier struct {
client *client.Client
mu sync.RWMutex
// HL
pmod *profile.Modifier
cache map[string]time.Time
}