Skip to content

Commit ea36ca8

Browse files
committed
fix: update module to gnoverse
Signed-off-by: gfanton <[email protected]>
1 parent 40c17ee commit ea36ca8

File tree

529 files changed

+1852
-1852
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

529 files changed

+1852
-1852
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
⚠️ `gnopls` is in an experimental phase; use with caution.
44

5-
[![PkgGnoDev](https://pkg.gno.dev/badge/github.com/gfanton/gnopls)](https://pkg.gno.dev/github.com/gfanton/gnopls)
5+
[![PkgGnoDev](https://pkg.gno.dev/badge/github.com/gnoverse/gnopls)](https://pkg.gno.dev/github.com/gnoverse/gnopls)
66

7-
`gnopls` is a modified fork of https://github.com/gnolang/gnopls.
7+
`gnopls` is a modified fork of https://github.com/gnolang/gnopls.
88
It provides a wide variety of [IDE features](doc/features/README.md) to any [LSP]-compatible editor.
99

1010
## Editors
@@ -20,5 +20,5 @@ For the most part, you should not need to install or update `gnopls`. Your edito
2020
If you do want to get the latest stable version of `gnopls`, run the following command:
2121

2222
```sh
23-
go install github.com/gfanton/gnopls@latest
24-
```
23+
go install github.com/gnoverse/gnopls@latest
24+
```

doc/advanced.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ To get a specific version of `gopls` (for example, to test a prerelease
99
version), run:
1010

1111
```sh
12-
$ go install github.com/gfanton/[email protected]
12+
$ go install github.com/gnoverse/[email protected]
1313
```
1414

1515
Where `vX.Y.Z` is the desired version.
@@ -25,9 +25,9 @@ cd $(mktemp -d)
2525
go mod init gopls-unstable
2626

2727
# Use 'go get' to add requirements and to ensure they work together.
28-
go get -d github.com/gfanton/gnopls@master golang.org/x/tools@master
28+
go get -d github.com/gnoverse/gnopls@master golang.org/x/tools@master
2929

30-
go install github.com/gfanton/gnopls
30+
go install github.com/gnoverse/gnopls
3131
```
3232

3333
## Working on the Go source distribution

doc/analyzers.md

+14-14
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ for documenting and signaling deprecated identifiers.
208208

209209
Default: on.
210210

211-
Package documentation: [deprecated](https://pkg.go.dev/github.com/gfanton/gnopls/internal/analysis/deprecated)
211+
Package documentation: [deprecated](https://pkg.go.dev/github.com/gnoverse/gnopls/internal/analysis/deprecated)
212212

213213
<a id='directive'></a>
214214
## `directive`: check Go toolchain directives such as //go:debug
@@ -245,7 +245,7 @@ declaration of a single variable.
245245

246246
Default: on.
247247

248-
Package documentation: [embed](https://pkg.go.dev/github.com/gfanton/gnopls/internal/analysis/embeddirective)
248+
Package documentation: [embed](https://pkg.go.dev/github.com/gnoverse/gnopls/internal/analysis/embeddirective)
249249

250250
<a id='errorsas'></a>
251251
## `errorsas`: report passing non-pointer or non-error values to errors.As
@@ -279,7 +279,7 @@ This functionality is similar to https://github.com/sqs/goreturns.
279279

280280
Default: on.
281281

282-
Package documentation: [fillreturns](https://pkg.go.dev/github.com/gfanton/gnopls/internal/analysis/fillreturns)
282+
Package documentation: [fillreturns](https://pkg.go.dev/github.com/gnoverse/gnopls/internal/analysis/fillreturns)
283283

284284
<a id='framepointer'></a>
285285
## `framepointer`: report assembly that clobbers the frame pointer before saving it
@@ -349,7 +349,7 @@ inferred from function arguments, or from other type arguments:
349349

350350
Default: on.
351351

352-
Package documentation: [infertypeargs](https://pkg.go.dev/github.com/gfanton/gnopls/internal/analysis/infertypeargs)
352+
Package documentation: [infertypeargs](https://pkg.go.dev/github.com/gnoverse/gnopls/internal/analysis/infertypeargs)
353353

354354
<a id='loopclosure'></a>
355355
## `loopclosure`: check references to loop variables from within nested functions
@@ -531,7 +531,7 @@ will turn into
531531

532532
Default: on.
533533

534-
Package documentation: [nonewvars](https://pkg.go.dev/github.com/gfanton/gnopls/internal/analysis/nonewvars)
534+
Package documentation: [nonewvars](https://pkg.go.dev/github.com/gnoverse/gnopls/internal/analysis/nonewvars)
535535

536536
<a id='noresultvalues'></a>
537537
## `noresultvalues`: suggested fixes for unexpected return values
@@ -549,7 +549,7 @@ will turn into
549549

550550
Default: on.
551551

552-
Package documentation: [noresultvalues](https://pkg.go.dev/github.com/gfanton/gnopls/internal/analysis/noresultvalues)
552+
Package documentation: [noresultvalues](https://pkg.go.dev/github.com/gnoverse/gnopls/internal/analysis/noresultvalues)
553553

554554
<a id='printf'></a>
555555
## `printf`: check consistency of Printf format strings and arguments
@@ -640,7 +640,7 @@ This analyzer ignores generated code.
640640

641641
Default: on.
642642

643-
Package documentation: [simplifycompositelit](https://pkg.go.dev/github.com/gfanton/gnopls/internal/analysis/simplifycompositelit)
643+
Package documentation: [simplifycompositelit](https://pkg.go.dev/github.com/gnoverse/gnopls/internal/analysis/simplifycompositelit)
644644

645645
<a id='simplifyrange'></a>
646646
## `simplifyrange`: check for range statement simplifications
@@ -668,7 +668,7 @@ This analyzer ignores generated code.
668668

669669
Default: on.
670670

671-
Package documentation: [simplifyrange](https://pkg.go.dev/github.com/gfanton/gnopls/internal/analysis/simplifyrange)
671+
Package documentation: [simplifyrange](https://pkg.go.dev/github.com/gnoverse/gnopls/internal/analysis/simplifyrange)
672672

673673
<a id='simplifyslice'></a>
674674
## `simplifyslice`: check for slice simplifications
@@ -688,7 +688,7 @@ This analyzer ignores generated code.
688688

689689
Default: on.
690690

691-
Package documentation: [simplifyslice](https://pkg.go.dev/github.com/gfanton/gnopls/internal/analysis/simplifyslice)
691+
Package documentation: [simplifyslice](https://pkg.go.dev/github.com/gnoverse/gnopls/internal/analysis/simplifyslice)
692692

693693
<a id='slog'></a>
694694
## `slog`: check for invalid structured logging calls
@@ -830,7 +830,7 @@ logic in gopls's golang.stub function.)
830830

831831
Default: on.
832832

833-
Package documentation: [stubmethods](https://pkg.go.dev/github.com/gfanton/gnopls/internal/analysis/stubmethods)
833+
Package documentation: [stubmethods](https://pkg.go.dev/github.com/gnoverse/gnopls/internal/analysis/stubmethods)
834834

835835
<a id='testinggoroutine'></a>
836836
## `testinggoroutine`: report calls to (*testing.T).Fatal from goroutines started by a test
@@ -896,7 +896,7 @@ or a new function declaration, such as:
896896

897897
Default: on.
898898

899-
Package documentation: [undeclaredname](https://pkg.go.dev/github.com/gfanton/gnopls/internal/analysis/undeclaredname)
899+
Package documentation: [undeclaredname](https://pkg.go.dev/github.com/gnoverse/gnopls/internal/analysis/undeclaredname)
900900

901901
<a id='unmarshal'></a>
902902
## `unmarshal`: report passing non-pointer or non-interface values to unmarshal
@@ -964,7 +964,7 @@ https://github.com/golang/tools/releases/tag/gopls%2Fv0.14.
964964

965965
Default: on.
966966

967-
Package documentation: [unusedparams](https://pkg.go.dev/github.com/gfanton/gnopls/internal/analysis/unusedparams)
967+
Package documentation: [unusedparams](https://pkg.go.dev/github.com/gnoverse/gnopls/internal/analysis/unusedparams)
968968

969969
<a id='unusedresult'></a>
970970
## `unusedresult`: check for unused results of calls to some functions
@@ -989,7 +989,7 @@ Package documentation: [unusedresult](https://pkg.go.dev/golang.org/x/tools/go/a
989989

990990
Default: off. Enable by setting `"analyses": {"unusedvariable": true}`.
991991

992-
Package documentation: [unusedvariable](https://pkg.go.dev/github.com/gfanton/gnopls/internal/analysis/unusedvariable)
992+
Package documentation: [unusedvariable](https://pkg.go.dev/github.com/gnoverse/gnopls/internal/analysis/unusedvariable)
993993

994994
<a id='unusedwrite'></a>
995995
## `unusedwrite`: checks for unused writes
@@ -1030,6 +1030,6 @@ Package documentation: [unusedwrite](https://pkg.go.dev/golang.org/x/tools/go/an
10301030

10311031
Default: off. Enable by setting `"analyses": {"useany": true}`.
10321032

1033-
Package documentation: [useany](https://pkg.go.dev/github.com/gfanton/gnopls/internal/analysis/useany)
1033+
Package documentation: [useany](https://pkg.go.dev/github.com/gnoverse/gnopls/internal/analysis/useany)
10341034

10351035
<!-- END Analyzers: DO NOT MANUALLY EDIT THIS SECTION -->

doc/assets/go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// This module contains no Go code, but serves to carve out a hole in
22
// its parent module to avoid bloating it with large image files that
3-
// would otherwise be dowloaded by "go install github.com/gfanton/gnopls@latest".
3+
// would otherwise be dowloaded by "go install github.com/gnoverse/gnopls@latest".
44

5-
module github.com/gfanton/gnopls/doc/assets
5+
module github.com/gnoverse/gnopls/doc/assets
66

77
go 1.19

doc/contributing.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ claiming it.
1818

1919
## Getting started
2020

21-
Most of the `gopls` logic is in the `github.com/gfanton/gnopls/internal`
21+
Most of the `gopls` logic is in the `github.com/gnoverse/gnopls/internal`
2222
directory. See [design/implementation.md] for an overview of the code organization.
2323

2424
## Build
@@ -35,8 +35,8 @@ your `gopls` version looks like this:
3535

3636
```bash
3737
$ gopls version
38-
github.com/gfanton/gnopls master
39-
github.com/gfanton/gnopls@(devel)
38+
github.com/gnoverse/gnopls master
39+
github.com/gnoverse/gnopls@(devel)
4040
```
4141

4242
## Getting help
@@ -137,7 +137,7 @@ need help.
137137
When you mail your CL and you or a fellow contributor assigns the
138138
`Run-TryBot=1` label in Gerrit, the
139139
[TryBots](https://golang.org/doc/contribute.html#trybots) will run tests in
140-
both the `golang.org/x/tools` and `github.com/gfanton/gnopls` modules, as
140+
both the `golang.org/x/tools` and `github.com/gnoverse/gnopls` modules, as
141141
described above.
142142

143143
Furthermore, an additional "gopls-CI" pass will be run by _Kokoro_, which is a

doc/design/implementation.md

+20-20
Original file line numberDiff line numberDiff line change
@@ -145,28 +145,28 @@ access to server functionality. These subcommands are primarily
145145
provided as a debugging aid (but see
146146
[#63693](https://github.com/golang/go/issues/63693)).
147147

148-
[cache]: https://pkg.go.dev/github.com/gfanton/gnopls@master/internal/cache
149-
[cmd]: https://pkg.go.dev/github.com/gfanton/gnopls@master/internal/cmd
150-
[command]: https://pkg.go.dev/github.com/gfanton/gnopls@master/internal/protocol/command
151-
[debug]: https://pkg.go.dev/github.com/gfanton/gnopls@master/internal/debug
152-
[file]: https://pkg.go.dev/github.com/gfanton/gnopls@master/internal/file
153-
[filecache]: https://pkg.go.dev/github.com/gfanton/gnopls@master/internal/filecache
148+
[cache]: https://pkg.go.dev/github.com/gnoverse/gnopls@master/internal/cache
149+
[cmd]: https://pkg.go.dev/github.com/gnoverse/gnopls@master/internal/cmd
150+
[command]: https://pkg.go.dev/github.com/gnoverse/gnopls@master/internal/protocol/command
151+
[debug]: https://pkg.go.dev/github.com/gnoverse/gnopls@master/internal/debug
152+
[file]: https://pkg.go.dev/github.com/gnoverse/gnopls@master/internal/file
153+
[filecache]: https://pkg.go.dev/github.com/gnoverse/gnopls@master/internal/filecache
154154
[go/analysis]: https://pkg.go.dev/golang.org/x/tools@master/go/analysis
155155
[go/packages]: https://pkg.go.dev/golang.org/x/tools@master/go/packages
156-
[gopls]: https://pkg.go.dev/github.com/gfanton/gnopls@master
156+
[gopls]: https://pkg.go.dev/github.com/gnoverse/gnopls@master
157157
[jsonrpc2]: https://pkg.go.dev/golang.org/x/tools@master/internal/jsonrpc2
158-
[lsprpc]: https://pkg.go.dev/github.com/gfanton/gnopls@master/internal/lsprpc
158+
[lsprpc]: https://pkg.go.dev/github.com/gnoverse/gnopls@master/internal/lsprpc
159159
[memoize]: https://github.com/golang/tools/tree/master/internal/memoize
160-
[metadata]: https://pkg.go.dev/github.com/gfanton/gnopls@master/internal/cache/metadata
161-
[methodsets]: https://pkg.go.dev/github.com/gfanton/gnopls@master/internal/cache/methodsets
162-
[mod]: https://pkg.go.dev/github.com/gfanton/gnopls@master/internal/mod
163-
[parsego]: https://pkg.go.dev/github.com/gfanton/gnopls@master/internal/cache/parsego
164-
[protocol]: https://pkg.go.dev/github.com/gfanton/gnopls@master/internal/protocol
165-
[server]: https://pkg.go.dev/github.com/gfanton/gnopls@master/internal/server
166-
[settings]: https://pkg.go.dev/github.com/gfanton/gnopls@master/internal/settings
167-
[golang]: https://pkg.go.dev/github.com/gfanton/gnopls@master/internal/golang
168-
[template]: https://pkg.go.dev/github.com/gfanton/gnopls@master/internal/template
169-
[typerefs]: https://pkg.go.dev/github.com/gfanton/gnopls@master/internal/cache/typerefs
170-
[work]: https://pkg.go.dev/github.com/gfanton/gnopls@master/internal/work
160+
[metadata]: https://pkg.go.dev/github.com/gnoverse/gnopls@master/internal/cache/metadata
161+
[methodsets]: https://pkg.go.dev/github.com/gnoverse/gnopls@master/internal/cache/methodsets
162+
[mod]: https://pkg.go.dev/github.com/gnoverse/gnopls@master/internal/mod
163+
[parsego]: https://pkg.go.dev/github.com/gnoverse/gnopls@master/internal/cache/parsego
164+
[protocol]: https://pkg.go.dev/github.com/gnoverse/gnopls@master/internal/protocol
165+
[server]: https://pkg.go.dev/github.com/gnoverse/gnopls@master/internal/server
166+
[settings]: https://pkg.go.dev/github.com/gnoverse/gnopls@master/internal/settings
167+
[golang]: https://pkg.go.dev/github.com/gnoverse/gnopls@master/internal/golang
168+
[template]: https://pkg.go.dev/github.com/gnoverse/gnopls@master/internal/template
169+
[typerefs]: https://pkg.go.dev/github.com/gnoverse/gnopls@master/internal/cache/typerefs
170+
[work]: https://pkg.go.dev/github.com/gnoverse/gnopls@master/internal/work
171171
[x/tools]: https://github.com/golang/tools@master
172-
[xrefs]: https://pkg.go.dev/github.com/gfanton/gnopls@master/internal/cache/xrefs
172+
[xrefs]: https://pkg.go.dev/github.com/gnoverse/gnopls@master/internal/cache/xrefs

doc/design/integrating.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ For instance, files that are needed to do correct type checking are modified by
5959
Monitoring files inside gopls directly has a lot of awkward problems, but the [LSP specification] has methods that allow gopls to request that the client notify it of file system changes, specifically [`workspace/didChangeWatchedFiles`].
6060
This is currently being added to gopls by a community member, and tracked in [#31553]
6161

62-
[InitializeResult]: https://pkg.go.dev/github.com/gfanton/gnopls/internal/protocol#InitializeResult
63-
[ServerCapabilities]: https://pkg.go.dev/github.com/gfanton/gnopls/internal/protocol#ServerCapabilities
64-
[`github.com/gfanton/gnopls/internal/protocol`]: https://pkg.go.dev/github.com/gfanton/gnopls/internal/protocol#NewPoint
62+
[InitializeResult]: https://pkg.go.dev/github.com/gnoverse/gnopls/internal/protocol#InitializeResult
63+
[ServerCapabilities]: https://pkg.go.dev/github.com/gnoverse/gnopls/internal/protocol#ServerCapabilities
64+
[`github.com/gnoverse/gnopls/internal/protocol`]: https://pkg.go.dev/github.com/gnoverse/gnopls/internal/protocol#NewPoint
6565

6666
[LSP specification]: https://microsoft.github.io/language-server-protocol/specifications/specification-3-14/
6767
[lsp-response]: https://github.com/Microsoft/language-server-protocol/blob/gh-pages/_specifications/specification-3-14.md#response-message

doc/features/diagnostics.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ dorky details and deletia:
131131
simple problems.
132132
133133
For example, when a return statement has too few operands, the
134-
[fillreturns](https://pkg.go.dev/github.com/gfanton/gnopls/internal/analysis/fillreturns) analyzer can heuristically fill in the missing ones
134+
[fillreturns](https://pkg.go.dev/github.com/gnoverse/gnopls/internal/analysis/fillreturns) analyzer can heuristically fill in the missing ones
135135
with suitable values.
136136
137137
The actual diagnostics are produced by the type checker,

doc/features/transformation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ Here are some of the technical challenges involved in sound inlining:
496496
cautious about eliminating references to local variables.
497497

498498
This is just a taste of the problem domain. If you're curious, the
499-
documentation for [github.com/gfanton/gnopls/internal/refactor/inline](https://pkg.go.dev/github.com/gfanton/gnopls/internal/refactor/inline) has
499+
documentation for [github.com/gnoverse/gnopls/internal/refactor/inline](https://pkg.go.dev/github.com/gnoverse/gnopls/internal/refactor/inline) has
500500
more detail. All of this is to say, it's a complex problem, and we aim
501501
for correctness first of all. We've already implemented a number of
502502
important "tidiness optimizations" and we expect more to follow.

doc/generate/generate.go

+9-9
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ import (
3737
"unicode"
3838

3939
"golang.org/x/tools/go/ast/astutil"
40-
"github.com/gfanton/gnopls/internal/packages"
41-
"github.com/gfanton/gnopls/internal/cache"
42-
"github.com/gfanton/gnopls/internal/doc"
43-
"github.com/gfanton/gnopls/internal/golang"
44-
"github.com/gfanton/gnopls/internal/mod"
45-
"github.com/gfanton/gnopls/internal/settings"
46-
"github.com/gfanton/gnopls/internal/util/safetoken"
40+
"github.com/gnoverse/gnopls/internal/packages"
41+
"github.com/gnoverse/gnopls/internal/cache"
42+
"github.com/gnoverse/gnopls/internal/doc"
43+
"github.com/gnoverse/gnopls/internal/golang"
44+
"github.com/gnoverse/gnopls/internal/mod"
45+
"github.com/gnoverse/gnopls/internal/settings"
46+
"github.com/gnoverse/gnopls/internal/util/safetoken"
4747
)
4848

4949
func main() {
@@ -62,7 +62,7 @@ func doMain(write bool) (bool, error) {
6262
return false, err
6363
}
6464

65-
goplsDir, err := pkgDir("github.com/gfanton/gnopls")
65+
goplsDir, err := pkgDir("github.com/gnoverse/gnopls")
6666
if err != nil {
6767
return false, err
6868
}
@@ -127,7 +127,7 @@ func loadAPI() (*doc.API, error) {
127127
&packages.Config{
128128
Mode: packages.NeedTypes | packages.NeedTypesInfo | packages.NeedSyntax | packages.NeedDeps,
129129
},
130-
"github.com/gfanton/gnopls/internal/settings",
130+
"github.com/gnoverse/gnopls/internal/settings",
131131
)
132132
if err != nil {
133133
return nil, err

doc/generate/generate_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ package main
77
import (
88
"testing"
99

10-
"github.com/gfanton/gnopls/internal/testenv"
10+
"github.com/gnoverse/gnopls/internal/testenv"
1111
)
1212

1313
func TestGenerated(t *testing.T) {

doc/refactor-inline.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ challenges involved in sound inlining:
153153
cautious about eliminating references to local variables.
154154

155155
This is just a taste of the problem domain. If you're curious, the
156-
documentation for [github.com/gfanton/gnopls/internal/refactor/inline](https://pkg.go.dev/github.com/gfanton/gnopls/internal/refactor/inline) has
156+
documentation for [github.com/gnoverse/gnopls/internal/refactor/inline](https://pkg.go.dev/github.com/gnoverse/gnopls/internal/refactor/inline) has
157157
more detail. All of this is to say, it's a complex problem, and we aim
158158
for correctness first of all. We've already implemented a number of
159159
important "tidiness optimizations" and we expect more to follow.

doc/release/v0.16.0.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
https://raw.githubusercontent.com/golang/v0.16.0/gopls/doc/ etc
77
-->
88
```
9-
go install github.com/gfanton/[email protected]
9+
go install github.com/gnoverse/[email protected]
1010
```
1111

1212
This release includes several features and bug fixes, and is the first

doc/workspace.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ and [`x/mod`](https://pkg.go.dev/golang.org/x/mod) is checked out into
101101
`$WORK/mod`, and you are working on a new `x/mod` API for editing `go.mod`
102102
files that you want to simultaneously integrate into gopls.
103103

104-
You can work on both `github.com/gfanton/gnopls` and `golang.org/x/mod`
104+
You can work on both `github.com/gnoverse/gnopls` and `golang.org/x/mod`
105105
simultaneously by creating a `go.work` file:
106106

107107
```sh

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/gfanton/gnopls
1+
module github.com/gnoverse/gnopls
22

33
// go 1.23.1 fixes some bugs in go/types Alias support.
44
// (golang/go#68894 and golang/go#68905).

internal/aliases/aliases_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ import (
1111
"go/types"
1212
"testing"
1313

14-
"github.com/gfanton/gnopls/internal/aliases"
15-
"github.com/gfanton/gnopls/internal/testenv"
14+
"github.com/gnoverse/gnopls/internal/aliases"
15+
"github.com/gnoverse/gnopls/internal/testenv"
1616
)
1717

1818
// Assert that Obj exists on Alias.

internal/analysis/deprecated/deprecated.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import (
1818
"golang.org/x/tools/go/analysis"
1919
"golang.org/x/tools/go/analysis/passes/inspect"
2020
"golang.org/x/tools/go/ast/inspector"
21-
"github.com/gfanton/gnopls/internal/analysisinternal"
21+
"github.com/gnoverse/gnopls/internal/analysisinternal"
2222
)
2323

2424
//go:embed doc.go
@@ -31,7 +31,7 @@ var Analyzer = &analysis.Analyzer{
3131
Run: checkDeprecated,
3232
FactTypes: []analysis.Fact{(*deprecationFact)(nil)},
3333
RunDespiteErrors: true,
34-
URL: "https://pkg.go.dev/github.com/gfanton/gnopls/internal/analysis/deprecated",
34+
URL: "https://pkg.go.dev/github.com/gnoverse/gnopls/internal/analysis/deprecated",
3535
}
3636

3737
// checkDeprecated is a simplified copy of staticcheck.CheckDeprecated.

0 commit comments

Comments
 (0)