Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Nov 16, 2020
1 parent 4f1ccd2 commit a6657ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@ An autocompletion daemon for the Go programming language.
Fastest, Context-sensitive, Server/Client architecture, Result caching.
The *de facto* standard completion engine.

Note: Another gocode is avaiable.
It seems faster?

https://github.com/visualfc/gocode

---

## Required
Expand Down
3 changes: 3 additions & 0 deletions data/template.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ package main

import "IMPORT"

func abc(a, b, c int) {
}

func main() {
FUNC.
}

0 comments on commit a6657ff

Please sign in to comment.