summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* gofumptHEADmasterRunxi Yu2024-10-216-38/+40
|
* Remove git.sr.ht/~runxiyu/ from import pathRunxi Yu2024-10-217-14/+7
|
* Remove getopt dependencyRunxi Yu2024-10-214-50/+10
|
* Remove testify dependency... by removing the testsRunxi Yu2024-10-214-561/+1
|
* Reduce external dependenciesRunxi Yu2024-10-2125-19/+3433
|
* Makefile: Use go-bareish/cmd/gen rather than assuming go-bare-gen in PATHRunxi Yu2024-10-213-1/+4
|
* More ergonomic marshaling codeRunxi Yu2024-10-212-12/+32
| | | | | | I probably need to rewrite this in pure Go rather than using the schema, or maybe devise a better code generator. It feels a bit inefficient to be passing the message types as values.
* Union marshalingRunxi Yu2024-10-213-7/+40
|
* Make schema.go before linkingRunxi Yu2024-10-211-1/+4
|
* Add a basic schemaRunxi Yu2024-10-212-0/+14
|
* Add non-vendored version of go-bareishRunxi Yu2024-10-212-0/+21
|
* Revert "Use a Makefile-only gccgo-based build system intead"Runxi Yu2024-10-213-12/+5
| | | | This reverts commit 8464dd2e4cb82924afd75a2c42b1810504c5f3cc.
* Don't override GCCGO if already setRunxi Yu2024-10-211-0/+2
|
* Use a Makefile-only gccgo-based build system inteadRunxi Yu2024-10-213-5/+10
|
* go.mod: Switch to go 1.18Runxi Yu2024-10-211-1/+1
| | | | That's what GCCGO is at
* Initial commitRunxi Yu2024-10-215-0/+132