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

allow go install #34

Merged
merged 2 commits into from
Jan 11, 2025
Merged

allow go install #34

merged 2 commits into from
Jan 11, 2025

Conversation

CptIdea
Copy link
Contributor

@CptIdea CptIdea commented Jan 11, 2025

I want to use go install for installation. This pull request makes it possible and ensures nothing breaks.

Test it here:
go install github.com/CptIdea/gosearch@06a30aa
(Note: This commit is not part of the pull request, it's just for testing.)

@ibnaleem
Copy link
Owner

Could you elaborate on the purpose of go install and why some may choose it over go build?

@CptIdea
Copy link
Contributor Author

CptIdea commented Jan 11, 2025

with Go installed, it’s easier and more convenient to run go install than git clone + go build. It’s also a more Go-like way.

@ibnaleem ibnaleem merged commit 8218978 into ibnaleem:main Jan 11, 2025
1 check passed
@ibnaleem ibnaleem self-assigned this Jan 12, 2025
@ibnaleem ibnaleem added the enhancement New feature or request label Jan 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants