-
Notifications
You must be signed in to change notification settings - Fork 4
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
Compare with gorun #13
Comments
Documemts a hack for when language doesn't support
|
These features imply some things to investigate, particularly why is it important to replace the process?
|
Uses HEREDOCs for metadata // go.mod >>>
// module github.com/a/b
// go 1.13
// require github.com/c/d v0.0.0-20200225084820-12345affa
// require mycompany.com/e/f v0.0.0-20200225084120-1849135
// <<< go.mod
//
// go.env >>>
// GOPRIVATE=mycompany.com
// GO111MODULE=on
// <<< go.env
//
// go.sum >>>
// github.com/c v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
// <<< go.sum |
GCs artifacts when not building
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/erning/gorun/
The text was updated successfully, but these errors were encountered: