...

Text file src/github.com/mailru/easyjson/parser/testdata/comments.go.mod

Documentation: github.com/mailru/easyjson/parser/testdata

     1// first-line comment which should bresk anything
     2module example.com/user/project // end-line comment which should not break anything
     3
     4go 1.13

View as plain text