golang 부트페이 API
go get github.com/on-future/go-bootpay
import "github.com/on-future/go-bootpay"
bp := go_bootpay.Bootpay {
ApplicationID: "<어플리케이션 아이디>",
PrivateKey: "<개인 키>",
}
at, _ := bp.AccessToken()
verify, _ := bp.Verify(*at, "<receipt id>", <price>)
cancel, _ := bp.Cancel(*at, "<receipt id>", "<name>", "<reason>")
MIT license.