🪐 Universal external Golang utilities, implementations, and even experimental coding patterns, designs
Clone the repository:
git clone https://github.com/nekomeowww/xo
cd xo
Prepare the dependencies:
go mod tidy
Note
If you want to work with protobufs/testpb
directory and generate new Golang code, you need to install the buf
tool.
cd protobufs
buf dep update
buf generate --path ./testpb