...

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

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

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

View as plain text