https://github.com/ghasemloo/gosumtrim
Trimer for sum.go files
https://github.com/ghasemloo/gosumtrim
Last synced: 8 months ago
JSON representation
Trimer for sum.go files
- Host: GitHub
- URL: https://github.com/ghasemloo/gosumtrim
- Owner: ghasemloo
- License: apache-2.0
- Created: 2023-08-09T05:07:07.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-13T02:05:51.000Z (almost 3 years ago)
- Last Synced: 2025-03-22T06:19:25.755Z (about 1 year ago)
- Language: Go
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gosumtrim
Trimer for `go.sum` files.
## Example usage:
```shell
$ go run ./gosumtrim.go --mod ./testdata/go.mod.in --sum ./testdata/go.sum.in --out ./testdata/go.sum.out
```
## References
* https://github.com/golang/go/issues/29800