Go で Bitcoin Attestation Protocol を操作するためのライブラリ
go-bap には、サポートされている Go リリースが必要です。
go get -u github.com/bitcoinschema/go-bap
生成されたドキュメントを表示する
Package Dependencies
Library Deployment
goreleaser は、バイナリまたはライブラリを Github に簡単にデプロイするためのもので、 brew install goreleaser
経由でインストールできます。
.goreleaser.yml ファイルは、goreleaser を構成するために使用されます。
make release-snap
を使用してリリースのスナップショット バージョンを作成し、最後にmake release
実行して実稼働環境に出荷します。
Makefile Commands
すべてのmakefile
コマンドを表示する
make help
現在のすべてのコマンドのリスト:
all Runs multiple commands
clean Remove previous builds and any test cache data
clean-mods Remove all the Go mod cache
coverage Shows the test coverage
diff Show the git diff
generate Runs the go generate command in the base of the repo
godocs Sync the latest tag with GoDocs
help Show this help message
install Install the application
install-go Install the application (Using Native Go)
install-releaser Install the GoReleaser application
lint Run the golangci-lint application (install if not found)
release Full production release (creates release in Github)
release Runs common.release then runs godocs
release-snap Test the full release (build binaries)
release-test Full production test release (everything except deploy)
replace-version Replaces the version in HTML/JS (pre-deploy)
tag Generate a new tag and push (tag version=0.0.0)
tag-remove Remove a tag if found (tag-remove version=0.0.0)
tag-update Update an existing tag to current commit (tag-update version=0.0.0)
test Runs lint and ALL tests
test-ci Runs all tests via CI (exports coverage)
test-ci-no-race Runs all tests via CI (no race) (exports coverage)
test-ci-short Runs unit tests via CI (exports coverage)
test-no-lint Runs just tests
test-short Runs vet, lint and tests (excludes integration tests)
test-unit Runs tests and outputs coverage
uninstall Uninstall the application (and remove files)
update-linter Update the golangci-lint package (macOS only)
vet Run the Go vet application
すべての単体テストとサンプルは GitHub Actions 経由で実行され、Go バージョン 1.23.x を使用します。設定ファイルを表示します。
すべてのテストを実行します (統合テストを含む)
make test
テストの実行 (統合テストを除く)
make test-short
Go ベンチマークを実行します。
make bench
この Go プロジェクトのコード標準について詳しくは、こちらをご覧ください。
すべての例をチェックしてください。
サッチモ | MrZ |
貢献ガイドラインを参照し、行動規範に従ってください。
あらゆる種類の貢献を歓迎します?!あなたのサポートを示す最も基本的な方法は、スターを付けることです?プロジェクトについて、または問題を提起するために。 GitHub でスポンサーになることで、このプロジェクトをサポートすることもできます。または、この旅が無期限に続くようにビットコインで寄付することもできます。
Siggi が BAP を作成してくれました?