type BuilderMode … const PrintPackages … const PrintFunctions … const LogSource … const SanityCheckFunctions … const NaiveForm … const BuildSerially … const GlobalDebug … const BareInits … const InstantiateGenerics … const BuilderModeDoc … func (m BuilderMode) String() string { … } // Set parses the flag characters in s and updates *m. func (m *BuilderMode) Set(s string) error { … } // Get returns m. func (m BuilderMode) Get() interface{ … }