| Age | Commit message (Collapse) | Author |
|
|
|
fixes #41
|
|
Fixes #39
|
|
|
|
use go/build package
only read one level of packages, and not all packages
|
|
|
|
|
|
gocomplete: run only runnable go files
|
|
|
|
when typing 'go run', the completion will complete only go files
which are in main package and have a main function.
|
|
Fixes #24
|
|
|
|
Fixes: #9
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #6
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
add predition of directories
add ability for prediction union
|
|
|
|
|
|
|