Searched refs:stripUnderscore (Results 1 – 1 of 1) sorted by relevance
38 var stripUnderscore = flag.Bool("_", false, "Ignore first leading underscore") var119 if *stripUnderscore && name[skip] == '_' {