@@ -98,6 +98,7 @@ View the generated [documentation](https://pkg.go.dev/github.com/bitcoinschema/g
98
98
99
99
- [ bitcoinsv/bsvd] ( https://github.com/bitcoinsv/bsvd )
100
100
- [ bitcoinsv/bsvutil] ( https://github.com/bitcoinsv/bsvutil )
101
+ - [ libsv/go-bk] ( https://github.com/libsv/go-bk )
101
102
- [ libsv/go-bt] ( https://github.com/libsv/go-bt )
102
103
</details >
103
104
@@ -126,33 +127,36 @@ make help
126
127
List of all current commands:
127
128
128
129
``` text
129
- all Runs multiple commands
130
- clean Remove previous builds and any test cache data
131
- clean-mods Remove all the Go mod cache
132
- coverage Shows the test coverage
133
- generate Runs the go generate command in the base of the repo
134
- godocs Sync the latest tag with GoDocs
135
- help Show this help message
136
- install Install the application
137
- install-go Install the application (Using Native Go)
138
- lint Run the golangci-lint application (install if not found)
139
- release Full production release (creates release in Github)
140
- release Runs common.release then runs godocs
141
- release-snap Test the full release (build binaries)
142
- release-test Full production test release (everything except deploy)
143
- replace-version Replaces the version in HTML/JS (pre-deploy)
144
- tag Generate a new tag and push (tag version=0.0.0)
145
- tag-remove Remove a tag if found (tag-remove version=0.0.0)
146
- tag-update Update an existing tag to current commit (tag-update version=0.0.0)
147
- test Runs vet, lint and ALL tests
148
- test-ci Runs all tests via CI (exports coverage)
149
- test-ci-no-race Runs all tests via CI (no race) (exports coverage)
150
- test-ci-short Runs unit tests via CI (exports coverage)
151
- test-short Runs vet, lint and tests (excludes integration tests)
152
- test-unit Runs tests and outputs coverage
153
- uninstall Uninstall the application (and remove files)
154
- update-linter Update the golangci-lint package (macOS only)
155
- vet Run the Go vet application
130
+ all Runs multiple commands
131
+ clean Remove previous builds and any test cache data
132
+ clean-mods Remove all the Go mod cache
133
+ coverage Shows the test coverage
134
+ diff Show the git diff
135
+ generate Runs the go generate command in the base of the repo
136
+ godocs Sync the latest tag with GoDocs
137
+ help Show this help message
138
+ install Install the application
139
+ install-go Install the application (Using Native Go)
140
+ install-releaser Install the GoReleaser application
141
+ lint Run the golangci-lint application (install if not found)
142
+ release Full production release (creates release in Github)
143
+ release Runs common.release then runs godocs
144
+ release-snap Test the full release (build binaries)
145
+ release-test Full production test release (everything except deploy)
146
+ replace-version Replaces the version in HTML/JS (pre-deploy)
147
+ tag Generate a new tag and push (tag version=0.0.0)
148
+ tag-remove Remove a tag if found (tag-remove version=0.0.0)
149
+ tag-update Update an existing tag to current commit (tag-update version=0.0.0)
150
+ test Runs lint and ALL tests
151
+ test-ci Runs all tests via CI (exports coverage)
152
+ test-ci-no-race Runs all tests via CI (no race) (exports coverage)
153
+ test-ci-short Runs unit tests via CI (exports coverage)
154
+ test-no-lint Runs just tests
155
+ test-short Runs vet, lint and tests (excludes integration tests)
156
+ test-unit Runs tests and outputs coverage
157
+ uninstall Uninstall the application (and remove files)
158
+ update-linter Update the golangci-lint package (macOS only)
159
+ vet Run the Go vet application
156
160
```
157
161
158
162
</details >
0 commit comments