Searched defs:debugField (Results 1 – 1 of 1) sorted by relevance
206 type debugField struct { struct207 name string208 help string209 concurrentOk bool // true if this field/flag is compatible with concurrent compilation210 val interface{} // *int or *string