summaryrefslogtreecommitdiff
path: root/gocomplete/parse.go
AgeCommit message (Collapse)Author
2019-11-18V2Eyal Posener
2017-05-15gocomplete: run only runnable go filesEyal Posener
when typing 'go run', the completion will complete only go files which are in main package and have a main function.