...

Text file src/github.com/99designs/gqlgen/testdata/gomod-with-leading-comments.mod

Documentation: github.com/99designs/gqlgen/testdata

     1// main module of gqlgen
     2
     3   // and another module to test stripping of comment lines
     4
     5module github.com/99designs/gqlgen // replace it for new project
     6
     7go 1.18

View as plain text