1-- go.mod -- 2module example.com/tidy/b 3 4go 1.12 5-- p.go -- 6package b 7 8func B() {}
View as plain text