forked from TrueCloudLab/certificates
089e3aea4f
In golang, one should always return error types rather than interfaces that conform to an error protocol. Why? Because of this: https://play.golang.org/p/MVa5vowuNRo Feels ~~like JavaScript~~ bad, man. |
||
---|---|---|
.. | ||
api | ||
account.go | ||
account_test.go | ||
authority.go | ||
authority_test.go | ||
authz.go | ||
authz_test.go | ||
certificate.go | ||
certificate_test.go | ||
challenge.go | ||
challenge_test.go | ||
common.go | ||
directory.go | ||
directory_test.go | ||
errors.go | ||
nonce.go | ||
nonce_test.go | ||
order.go | ||
order_test.go |