Skip to content

Commit b672b49

Browse files
committed
Mention "gopls" in README.md.
1 parent 5bee97b commit b672b49

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
## An autocompletion daemon for the Go programming language
22

3-
**VERY IMPORTANT: this project is not maintained anymore, look for alternatives or forks if you need Go autocompletion tool**
4-
5-
**IMPORTANT: consider switching to https://github.com/mdempsky/gocode if you have problems starting with Go version 1.10, due to changes in binary packages architecture (introduction of package cache) I'm not going to adjust gocode for it for quite some time. There is a higher chance that fork under the given link will have some solution to the problem sooner or later.**
3+
**IMPORTANT: This project is not maintained anymore, consider using https://pkg.go.dev/golang.org/x/tools/gopls, a tool which provides similar functionality and more, created and maintained by Go team.**
64

75
Gocode is a helper tool which is intended to be integrated with your source code editor, like vim, neovim and emacs. It provides several advanced capabilities, which currently includes:
86

0 commit comments

Comments
 (0)