blob: 470b743d432a27a9f1873cabfcf7e1882f0064ca [file] [log] [blame]
-- go.mod --
module example.com/tidy/b
go 1.12
-- p.go --
package b
func B() {}