go target 源码

2022-07-15 浏览 (1247)

golang target 代码

文件路径:/src/cmd/compile/internal/typecheck/target.go

/ Copyright 2009 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:generate go run mkbuiltin.go

package typecheck

import "cmd/compile/internal/ir"

/ Target is the package being compiled.
var Target *ir.Package

相关信息

go 源码目录

相关文章

go bexport 源码

go builtin 源码

go builtin_test 源码

go const 源码

go crawler 源码

go dcl 源码

go export 源码

go expr 源码

go func 源码

go iexport 源码

^