Sign in
go
/
talks
/
a07c284bcf333dc17a1489fd441e8fccf1e01c2a
/
.
/
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
}