summaryrefslogtreecommitdiff
path: root/gocomplete/tests_test.go
AgeCommit message (Collapse)Author
2017-05-18gocomplete: go run should also predict non-main functionsEyal Posener
2017-05-18Fix './' prefix for file completionEyal Posener
2017-05-15Add example test to increase coverateEyal 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.