🪐 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
GoDoc: https://godoc.org/github.com/nekomeowww/xo
- nekomeowww/fo: Functional programming utility library for Go
- nekomeowww/bo: BootKit for easily bootstrapping multi-goroutine applications, CLIs
- nekomeowww/tgo: Telegram bot framework for Go
- nekomeowww/wso: WebSocket utility library for Go
- nekomeowww/factorio-rcon-api: Fully implemented wrapper for Factorio RCON as API
- Kollama - Ollama Operator: Kubernetes Operator for managing Ollama instances across multiple clusters
- lingticio/llmg: LLM Gateway with gRPC, WebSocket, and RESTful API adapters included.
- nekomeowww/hyphen: An elegant URL Shortener service
- nekomeowww/insights-bot: Webpage summary & chat history recap bot for Telegram