Skip to content

Commit 9563186

Browse files
committed
Remove recommendation to use vendoring from README
Vendoring was relevant in the GOPATH days, but with Go modules, users can refer to specific versions of Staticcheck, which also protects them from breaking changes if using our libraries.
1 parent fb5a5c7 commit 9563186

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,8 @@ In addition to the aforementioned tools, this repository contains the
5454
libraries necessary to implement these tools.
5555

5656
Unless otherwise noted, none of these libraries have stable APIs.
57-
Their main purpose is to aid the implementation of the tools. If you
58-
decide to use these libraries, please vendor them and expect regular
59-
backwards-incompatible changes.
57+
Their main purpose is to aid the implementation of the tools.
58+
You'll have to expect semiregular backwards-incompatible changes if you decide to use these libraries.
6059

6160
## System requirements
6261

0 commit comments

Comments
 (0)