Sign in
go
/
talks
/
cbcc7b8affdf820bc97eeabd27f94a9ff135abca
/
.
/
2014
/
readability
/
struct-field-bad.go
blob: 319cb6667ddda05193ecf9a95f07aa14a12971ee [
file
]
// +build OMIT
package sample
// OMIT
type Modifier struct {
pmod *profile.Modifier
cache map[string]time.Time
client *client.Client
mu sync.RWMutex
// HL
}