Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added go module for tools #129

Merged
merged 1 commit into from
Nov 12, 2021
Merged

added go module for tools #129

merged 1 commit into from
Nov 12, 2021

Conversation

Code-Hex
Copy link
Contributor

  • added go.mod file in tools directory
  • Currently, we need to download a lot of modules to resolve the dependencies for tools. Even though these modules are not used in go-fuzzyfinder package itself, but go-fuzzyfinder users are required to download them.

@codecov
Copy link

codecov bot commented Nov 12, 2021

Codecov Report

Merging #129 (59209b5) into master (2123b55) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #129   +/-   ##
=======================================
  Coverage   86.96%   86.96%           
=======================================
  Files           5        5           
  Lines         752      752           
=======================================
  Hits          654      654           
  Misses         85       85           
  Partials       13       13           

Copy link
Owner

@ktr0731 ktr0731 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It makes sense to reduce the main module dependencies.
Thanks for your Pull Request!

@ktr0731 ktr0731 merged commit a0bedd9 into ktr0731:master Nov 12, 2021
@Code-Hex Code-Hex deleted the fix/deps branch November 12, 2021 15:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants