Text file gopls/assets/go.mod

     1  // This module contains no Go code, but serves to carve out a hole in
     2  // its parent module to avoid bloating it with large image files that
     3  // would otherwise be downloaded by "go install golang.org/x/tools/gopls@latest".
     4  
     5  module golang.org/x/tools/gopls/doc/assets
     6  
     7  go 1.23.0
     8  

View as plain text