launchdarkly / ld-find-code-refs

Build tool for automatically sending feature flag code references to LaunchDarkly
https://launchdarkly.com
Other
46 stars 34 forks source link

Implement coderefs search in native go #126

Closed atrakh closed 4 years ago

atrakh commented 4 years ago

This PR replaces the 3rd party search tool (ag) with a native go implementation to read and search for files. In regards to comparing the diff, I'd recommend reviewing this PR as if it is a complete rewrite of all search functionality

Some known improvements from ag:

TODO: