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

How to use it in windows #118

Open
jhansin-zhang opened this issue Aug 28, 2022 · 1 comment
Open

How to use it in windows #118

jhansin-zhang opened this issue Aug 28, 2022 · 1 comment

Comments

@jhansin-zhang
Copy link

How can I use it under Windows system?
How should modd.conf be configured?

@Esorat
Copy link

Esorat commented Oct 12, 2023

You can try this one:

**/*.go {
prep: go test @dirmods
}

/*.go !/*_test.go {
prep: go build -o YOURPROJNAME .
daemon +sigterm: ./YOURPROJNAME
}

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

No branches or pull requests

2 participants