Searched defs:compilerCheck (Results 1 – 1 of 1) sorted by relevance
331 type compilerCheck struct { struct332 once sync.Once333 err error334 skip bool // If true, skip with err instead of failing with it.