github.com/99designs/gqlgen@v0.17.45/testdata/gomod-with-leading-comments.mod (about)

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