Biblioteca para trabalhar com Bitcoin Attestation Protocol em Go
go-bap requer uma versão suportada do Go.
go get -u github.com/bitcoinschema/go-bap
Veja a documentação gerada
Package Dependencies
Library Deployment
goreleaser para fácil implantação de binários ou bibliotecas no Github e pode ser instalado via: brew install goreleaser
.
O arquivo .goreleaser.yml é usado para configurar o goreleaser.
Use make release-snap
para criar uma versão instantânea do lançamento e, finalmente, make release
para enviar para produção.
Makefile Commands
Ver todos os comandos makefile
make help
Lista de todos os comandos atuais:
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
Todos os testes de unidade e exemplos são executados por meio do GitHub Actions e usam Go versão 1.23.x. Veja o arquivo de configuração.
Execute todos os testes (incluindo testes de integração)
make test
Execute testes (excluindo testes de integração)
make test-short
Execute os benchmarks Go:
make bench
Leia mais sobre os padrões de código deste projeto Go.
Confira todos os exemplos!
Satchmo | SenhorZ |
Veja as diretrizes de contribuição e siga o código de conduta.
Todos os tipos de contribuições são bem-vindos?! A maneira mais básica de mostrar seu apoio é estrelar ? o projeto ou para levantar questões. Você também pode apoiar este projeto tornando-se um patrocinador no GitHub? ou fazendo uma doação de bitcoins para garantir que esta jornada continue indefinidamente!
Siggi pela criação do BAP?