Skip to content

Commit

Permalink
Merge pull request #38 from xushiwei/ref
Browse files Browse the repository at this point in the history
lsp/documentSymbol: support unnamed main func
  • Loading branch information
xushiwei authored Oct 22, 2023
2 parents 16430d6 + 4de1f23 commit 6d8ea59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gopls/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.18

require (
github.com/google/go-cmp v0.5.9
github.com/goplus/gop v1.1.4-0.20231021204738-dc26c66d30f6
github.com/goplus/gop v1.1.4-0.20231022032216-10fb4f7af5a6
github.com/goplus/mod v0.11.8-0.20231019172744-da5848421263
github.com/jba/printsrc v0.2.2
github.com/jba/templatecheck v0.6.0
Expand Down
4 changes: 2 additions & 2 deletions gopls/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ github.com/google/go-cmp v0.5.9/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeN
github.com/google/safehtml v0.0.2/go.mod h1:L4KWwDsUJdECRAEpZoBn3O64bQaywRscowZjJAzjHnU=
github.com/google/safehtml v0.1.0 h1:EwLKo8qawTKfsi0orxcQAZzu07cICaBeFMegAU9eaT8=
github.com/google/safehtml v0.1.0/go.mod h1:L4KWwDsUJdECRAEpZoBn3O64bQaywRscowZjJAzjHnU=
github.com/goplus/gop v1.1.4-0.20231021204738-dc26c66d30f6 h1:RH70+Sr7USKyJn04f5R3PkvcatCvFXjpUcFDtVnXJlE=
github.com/goplus/gop v1.1.4-0.20231021204738-dc26c66d30f6/go.mod h1:jfqgaSg3PBpKcatrfL9eJTnj/wAqS1UadGAd6WZPhow=
github.com/goplus/gop v1.1.4-0.20231022032216-10fb4f7af5a6 h1:QAJ4wa36txYBku2V7iTdlaC6LEYbmtEdijaU3CCSgq4=
github.com/goplus/gop v1.1.4-0.20231022032216-10fb4f7af5a6/go.mod h1:jfqgaSg3PBpKcatrfL9eJTnj/wAqS1UadGAd6WZPhow=
github.com/goplus/gox v1.12.2-0.20231020202641-5f657ff4e754 h1:uuXDqFfg4RhmHD7slw15hzwVQtJ51CsdcZn6gQtve/E=
github.com/goplus/gox v1.12.2-0.20231020202641-5f657ff4e754/go.mod h1:Ek1YIy3wRaZ1i0DD2XG29i3r5AFdhcOradK0/GGs1YQ=
github.com/goplus/mod v0.11.8-0.20231019172744-da5848421263 h1:PE0HveOss5mai9pa52L4/ZvVqZtltogJ9rIUIsdlG/I=
Expand Down

0 comments on commit 6d8ea59

Please sign in to comment.