...

Text file src/golang.org/x/mod/modfile/testdata/comment.in

Documentation: golang.org/x/mod/modfile/testdata

     1// comment
     2module "x" // eol
     3// mid comment
     4
     5// comment 2
     6// comment 2 line 2
     7module "y" // eoy
     8// comment 3

View as plain text