go main 源码

  • 2022-07-15
  • 浏览 (858)

golang main 代码

文件路径:/test/dwarf/dwarf.dir/main.go

// $G $D/$F.go $D/z*.go && $L $F.$A && ./$A.out

// NOTE: This test is not run by 'run.go' and so not run by all.bash.
// To run this test you must use the ./run shell script.

// 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.

package main
func main() {
F1()
F2()
F3()
F4()
F5()
F6()
F7()
F8()
F9()
F10()
F11()
F12()
F13()
F14()
F15()
F16()
F17()
F18()
F19()
F20()
}

相关信息

go 源码目录

相关文章

go z1 源码

go z10 源码

go z11 源码

go z12 源码

go z13 源码

go z14 源码

go z15 源码

go z16 源码

go z17 源码

go z18 源码

0  赞