Commit Graph

12 Commits

Author SHA1 Message Date
Sam Kenny 6ee103cfaa
Merge pull request #4 from cachho/patch-1
docs: 'go get' is no longer supported outside a module
2022-12-24 17:58:25 +11:00
cachho c78cf0bc17
Docs: 'go get' is no longer supported outside a module
Starting in Go 1.17, installing executables with go get is deprecated. go install may be used instead. (https://go.dev/doc/go-get-install-deprecation)

Great an easy to use tool, by the way. Thank you.
2022-12-14 12:04:30 +01:00
Sam Kenny cf3ccaf46a
Merge pull request #3 from mardab/patch-1
just used go get to install, works brilliantly
2020-06-20 16:16:08 +10:00
Marcin Dąbrowski ac613ae5a3
just used go get to install, works brilliantly 2020-04-22 13:22:37 +02:00
Sam Kenny f837a37497
Merge pull request #2 from sammiq/add-license-1
Create LICENSE
2019-07-22 15:23:52 +10:00
Sam Kenny 1300d229b4
Create LICENSE 2019-07-22 15:22:07 +10:00
sammiq 15e0871758 check for errors while searching for seeking 2019-03-09 15:45:05 +11:00
sammiq 08b3b803e0 add modules and update readme 2019-03-09 15:44:32 +11:00
sammiq 2426f65e48 add switch to allow suffix on output file 2018-10-14 17:58:40 +11:00
sammiq 9034b44053 fix overflows in seeking and pad offsets 2018-10-14 17:57:08 +11:00
Sam Kenny ea84949ac8
Update README.md 2018-10-14 13:43:22 +11:00
sammiq 1b87504c6d Initial Commit 2018-10-14 13:41:07 +11:00