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

Add go install compatibility #23

Merged
merged 7 commits into from
Sep 14, 2023
Merged

Add go install compatibility #23

merged 7 commits into from
Sep 14, 2023

Conversation

najose
Copy link
Collaborator

@najose najose commented Sep 14, 2023

  • Move away from depending on Go's test mechanism to compile binaries and instead use regular package namespace and file names so that it can be compiled using go build
  • Restructure source directory to make the package installable using go install
  • Update package name from schrodinger.com/infra-tester to github.com/schrodinger/infra-tester
  • Update go dependency versions
  • Update docs

Closes #21 and #22

@najose najose added the enhancement New feature or request label Sep 14, 2023
@najose najose linked an issue Sep 14, 2023 that may be closed by this pull request
Copy link
Collaborator

@fwolfheimer fwolfheimer left a comment

Choose a reason for hiding this comment

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

LGTM

@najose najose merged commit ecb66a6 into main Sep 14, 2023
12 checks passed
@najose najose deleted the go-install-able branch September 14, 2023 10:46
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.

Installation using go install Move away from using Go's test mechanics to create package
2 participants