ไลบรารีสำหรับการทำงานกับ Bitcoin Attestation Protocol ใน Go
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
เพื่อสร้างเวอร์ชันสแนปช็อตของ release และสุดท้าย 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 นี้
ลองดูตัวอย่างทั้งหมด!
แซตช์โม | มิสเตอร์Z |
ดูแนวทางการมีส่วนร่วมและปฏิบัติตามหลักจรรยาบรรณ
ยินดีต้อนรับการมีส่วนร่วมทุกประเภท ?! วิธีพื้นฐานที่สุดในการแสดงการสนับสนุนของคุณคือการติดดาว ? โครงการหรือเพื่อหยิบยกประเด็นปัญหา คุณสามารถสนับสนุนโครงการนี้ได้ด้วยการเป็นผู้สนับสนุน GitHub ? หรือโดยการ บริจาค bitcoin เพื่อให้แน่ใจว่าการเดินทางครั้งนี้จะดำเนินต่อไปอย่างไม่มีกำหนด!
Siggi สำหรับการสร้าง BAP ?