div#pop_ad { opacity: 0; }
//golang 语言虽说是main()函数是入口,其实在运行main方法之前,//在初始化完常量和变量后,才会运行init()函数,然后才会执行mainfunc init() { // Initialize the CLI app and start Geth app.Action = geth app.HideVersion = true // we have a command to print the version app.Copyright = Copyright 2013-2020 The go-ethereum Authors app.Commands = []cli.Command{ // See chaincmd.go: initCommand, importCommand, exportCommand, .......}func main(){ if err := app.Run(os.Args); err != nil { fmt.Fprintln(os.Stderr, err) os.Exit(1) }}
添加新手交流群:币种分析、每日早晚盘分析
添加助理微信,一对一亲自指导:YoYo8abc