summaryrefslogtreecommitdiff
path: root/libgo/go/cmd/go/internal/modfile/testdata/comment.golden
blob: 75f3b84478c35048432005b3bc3f1354e2c6bc94 (plain)
1
2
3
4
5
6
7
8
9
10
// comment
module "x" // eol

// mid comment

// comment 2
// comment 2 line 2
module "y" // eoy

// comment 3