An open API service indexing awesome lists of open source software.

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

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