...

Source file src/cmd/compile/internal/typecheck/_builtin/coverage.go

Documentation: cmd/compile/internal/typecheck/_builtin

     1  // Copyright 2022 The Go Authors. All rights reserved.
     2  // Use of this source code is governed by a BSD-style
     3  // license that can be found in the LICENSE file.
     4  
     5  // NOTE: If you change this file you must run "go generate"
     6  // to update builtin.go. This is not done automatically
     7  // to avoid depending on having a working compiler binary.
     8  
     9  //go:build ignore
    10  
    11  package coverage
    12  
    13  func initHook(istest bool)
    14  

View as plain text