-
-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Kevin Souza edited this page Mar 18, 2024
·
9 revisions
equinox started as a way for me to learn go, many projects helped me to understand the inner workings of an API client and go itself, here are some of them, check them out.
Projects not written in go:
A rewrite of Riven's code generation is used in equinox.
If cloning the project, make sure to have a go.work
file in the root of the project, if you don't, you will get an error when trying to run go generate
.
go 1.21
use (
.
./codegen
)
If you have any questions, feel free to open an issue or contact me.