a.go 70 B

1234567
  1. package main
  2. import "fmt"
  3. func init() {
  4. fmt.Println("a.go init")
  5. }