Commit Graph

7 Commits

Author SHA1 Message Date
JB
3286d5a484 Replace Travis with Github Actions (#41)
* Remove Travis CI

* Add Github Actions Workflow

* Update badges for build status, coverage, report card, doc reference

* use actions for all pull requests and pushes

* test all files for coverage

* Apply gofmt -s to simplify code

* Fix typos

* Cleanup comments

* Cleanup comments

Co-authored-by: mochi <mochimou@icloud.com>
2022-03-15 19:56:42 +00:00
mochi
6550b8d680 8bit align struct fields 2022-01-28 21:05:50 +00:00
Rob Kennedy
1c408d05be Fix encodeLength for 32-bit platforms
When `int` is 32 bits, `MaxInt64` doesn't fit. It's apparent that
`encodeLength` expects to handle 64-bit inputs, so let's make that
explicit, which allows the test to run on all platforms.
2022-01-25 00:22:26 -06:00
mochi
7c7b8d58fe Return packets to internal
Now that we can alias types, there's no compelling reason to expose the packets library
2022-01-05 18:10:24 +00:00
mochi
66edb0564c expose packets library 2022-01-05 17:00:51 +00:00
Mochi
e96ef0170d Code and Comments cleanup, vendor deps 2020-02-08 13:24:31 +00:00
Mochi
b6184987e8 Restructures code 2019-12-31 15:02:16 +00:00