1 2 3 4 5 6 7
package namespace import "fmt" func Main(_ []string) error { return fmt.Errorf("TODO") }