https://github.com/refcell/checkbin
Minimal binary to calculate the checksum for a binary in Golang.
https://github.com/refcell/checkbin
Last synced: 7 months ago
JSON representation
Minimal binary to calculate the checksum for a binary in Golang.
- Host: GitHub
- URL: https://github.com/refcell/checkbin
- Owner: refcell
- License: mit
- Created: 2024-01-05T23:25:27.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-06T00:01:09.000Z (about 2 years ago)
- Last Synced: 2025-07-13T03:12:54.889Z (7 months ago)
- Language: Go
- Size: 2.32 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## checkbin
[![Run Tests][tests]][tests-link]
[![Go Reference][ref]][ref-link]
[![Go Report Card][go-card]][go-card]
[tests]: https://github.com/refcell/checkbin/actions/workflows/ci.yml/badge.svg
[tests-link]: https://github.com/refcell/checkbin/actions/workflows/cli.yml
[ref]: https://pkg.go.dev/badge/github.com/refcell/checkbin/v0.svg
[ref-link]: https://pkg.go.dev/github.com/refcell/checkbin/v0
[go-card]: https://goreportcard.com/badge/github.com/refcell/checkbin/v1
Minimal binary to calculate the checksum for a binary in Golang.
### Installation
```sh
go install github.com/refcell/checkbin
```
### Usage
Get the checksum of a local binary file, for example `binary1`.
```sh
checkbin binary1
```
outputs
```
59bdccc87b9167828dbeb0e108a8150efa7a94d423f33fb1733eaee68900fe16
```
### Contributions
All contributions are welcome.
### License
[MIT License](./LICENSE)