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

Remove osutil dependency #98

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Remove osutil dependency #98

wants to merge 1 commit into from

Conversation

bhasden
Copy link

@bhasden bhasden commented May 12, 2022

The osutil package doesn't appear to be Windows compatible. The only method being used was CopyUtil. I copied the CopyUtil function into the main.go file and cleaned up the go.mod file.

The osutil package doesn't appear to be Windows compatible. The only method being used was CopyUtil. I copied the CopyUtil function into the main.go file and cleaned up the go.mod file.
@bhasden
Copy link
Author

bhasden commented May 13, 2022

Just to be abundantly clear, this changeset allows the code to compile and run on Windows machines. After compiling, I ran go-mutesting . against a sample project and everything appeared to work properly. This should resolve #58.

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