-- go.mod --
module example.com/sub/nest

go 1.12
-- nest.go --
package nest
