-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: go-scripters/gox
base: master
head repository: mitchellh/gox
compare: master
- 13 commits
- 25 files changed
- 5 contributors
Commits on Apr 10, 2019
-
Configuration menu - View commit details
-
Copy full SHA for afae30c - Browse repository at this point
Copy the full SHA afae30cView commit details -
Merge pull request mitchellh#128 from mkeeler/go-mod-vendor
Allow -mod passthrough to the go compiler.
Configuration menu - View commit details
-
Copy full SHA for d8caaff - Browse repository at this point
Copy the full SHA d8caaffView commit details
Commits on Mar 11, 2021
-
Add a -race flag to enable race detector on builds
Brian Kassouf committedMar 11, 2021 Configuration menu - View commit details
-
Copy full SHA for 667903a - Browse repository at this point
Copy the full SHA 667903aView commit details -
Merge pull request mitchellh#148 from briankassouf/race-detector
Add a -race flag to enable Go's race detector on builds
Configuration menu - View commit details
-
Copy full SHA for 8c3b2b9 - Browse repository at this point
Copy the full SHA 8c3b2b9View commit details
Commits on Jun 1, 2022
-
Replace `go get` with `go install` since get is no longer supported. ```PS C:\Users\Alexander> go get github.com/mitchellh/gox go: go.mod file not found in current directory or any parent directory. 'go get' is no longer supported outside a module. To build and install a command, use 'go install' with a version, like 'go install example.com/cmd@latest' For more information, see https://golang.org/doc/go-get-install-deprecation or run 'go help get' or 'go help install'.
Configuration menu - View commit details
-
Copy full SHA for b5bdeb0 - Browse repository at this point
Copy the full SHA b5bdeb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for a1d1daf - Browse repository at this point
Copy the full SHA a1d1dafView commit details
Commits on Jun 30, 2022
-
Configuration menu - View commit details
-
Copy full SHA for cda9d3d - Browse repository at this point
Copy the full SHA cda9d3dView commit details -
Christopher Swenson committed
Jun 30, 2022 Configuration menu - View commit details
-
Copy full SHA for 09183fb - Browse repository at this point
Copy the full SHA 09183fbView commit details -
Replace two more appends with addDrop
Christopher Swenson committedJun 30, 2022 Configuration menu - View commit details
-
Copy full SHA for 87cf780 - Browse repository at this point
Copy the full SHA 87cf780View commit details -
Add GitHub actions; remove vendor and TravisCI config
Christopher Swenson committedJun 30, 2022 Configuration menu - View commit details
-
Copy full SHA for a76c2b8 - Browse repository at this point
Copy the full SHA a76c2b8View commit details
Commits on Jul 1, 2022
-
Merge pull request mitchellh#163 from swenson/1.18
Add updates through go1.18
Configuration menu - View commit details
-
Copy full SHA for 0f0190f - Browse repository at this point
Copy the full SHA 0f0190fView commit details -
Merge pull request mitchellh#164 from swenson/gha
Add updates through Go 1.18; setup for GitHub Actions
Configuration menu - View commit details
-
Copy full SHA for 85b560b - Browse repository at this point
Copy the full SHA 85b560bView commit details -
Merge pull request mitchellh#160 from Alex1607/patch-1
Update README.md
Configuration menu - View commit details
-
Copy full SHA for 9f71238 - Browse repository at this point
Copy the full SHA 9f71238View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master