Skip to content

Commit 4ba3eff

Browse files
committed
gopls/doc: remove -tags=typeparams from generic build instructions
As of CL 349949, this is not longer necessary. Change-Id: Ie89a7771f5873c4acea54f4c2507b76ec9832706 Reviewed-on: https://go-review.googlesource.com/c/tools/+/350089 Trust: Robert Findley <[email protected]> Trust: Hyang-Ah Hana Kim <[email protected]> Run-TryBot: Robert Findley <[email protected]> Reviewed-by: Hyang-Ah Hana Kim <[email protected]> TryBot-Result: Go Bot <[email protected]>
1 parent 02e5238 commit 4ba3eff

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

gopls/doc/advanced.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,10 @@ $ gotip download
5353
For building gopls with type parameter support, it is recommended that you
5454
build gopls at tip. External APIs are under active development on the
5555
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.
5957

6058
```
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
6260
```
6361

6462
This will build a version of gopls that understands generic code. To actually

0 commit comments

Comments
 (0)