...

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

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

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

View as plain text