go bootstrap_false 源码

2022-07-15 浏览 (1281)

golang bootstrap_false 代码

文件路径:/src/cmd/compile/internal/base/bootstrap_false.go

/ Copyright 2021 The Go Authors. All rights reserved.
/ Use of this source code is governed by a BSD-style
/ license that can be found in the LICENSE file.

/go:build !compiler_bootstrap
/ +build !compiler_bootstrap

package base

/ CompilerBootstrap reports whether the current compiler binary was
/ built with -tags=compiler_bootstrap.
const CompilerBootstrap = false

相关信息

go 源码目录

相关文章

go base 源码

go bootstrap_true 源码

go debug 源码

go flag 源码

go link 源码

go mapfile_mmap 源码

go mapfile_read 源码

go print 源码

go timings 源码

^