File tree 1 file changed +2
-4
lines changed
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -53,12 +53,10 @@ $ gotip download
53
53
For building gopls with type parameter support, it is recommended that you
54
54
build gopls at tip. External APIs are under active development on the
55
55
Go ` master ` branch, so building gopls at tip minimizes the chances of
56
- a build failure (though it is still possible). To get enhanced gopls features
57
- for generic code, build gopls with the ` typeparams ` build constraint (though
58
- this increases your chances of a build failure).
56
+ a build failure.
59
57
60
58
```
61
- $ GO111MODULE=on gotip get -tags=typeparams golang.org/x/tools/gopls@master golang.org/x/tools@master
59
+ $ GO111MODULE=on gotip get golang.org/x/tools/gopls@master golang.org/x/tools@master
62
60
```
63
61
64
62
This will build a version of gopls that understands generic code. To actually
You can’t perform that action at this time.
0 commit comments