Sign in
go
/
talks
/
0327d39cfe0334e69cc5f31a4d69910c81f169a4
/
.
/
content
/
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
}