Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
forgot to remove cmd/ from gitignore (#15)
* use nats micro package * upgrade to go1.21 and use slog for the logger middleware * move protoc-gen-stormrpc to cmd folder, fix passing of headers to handler function and context, fix endpoint name to pass micro endpoint name validation * move protoc-gen-stormrpc to cmd folder, fix passing of headers to handler function and context, fix endpoint name to pass micro endpoint name validation * cleaning up some of the codegen internals, adding some comments * bump github actions test matrix to go1.21 * bump nats server version, bump protobuf go library version * trying to track down this data race and determine if its my code or nats.go * using my fork of nats.go with fix for race condition until it can get merged into upstream * fix linting errors * update nats.go dependency to my fork's main branch * it works * bring back codegen
- Loading branch information