Sign in
◑
Theme
go
/
website
/
9dfbbc3f99bbd1e7ea05b8f67f5e00b00ea5ab5e
/
.
/
_content
/
talks
/
2014
/
readability
/
struct-field-bad.go
blob: c3afe11c63efcae61b0d82421af20d1955a1e98d [
file
]
// +build ignore,OMIT
package sample
// OMIT
type Modifier struct {
pmod *profile.Modifier
cache map[string]time.Time
client *client.Client
mu sync.RWMutex
// HL
}