You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v1.0.0 | A curated collection of 11 Go testing framework examples — from built-in unit tests to advanced BDD, property-based, and integration testing. Production-ready code with comprehensive documentation.
A Go-based backend service for session-based LLM chat. Provides REST APIs to send messages and retrieve conversation history, using Echo, GORM, and MySQL. Features OpenAI API integration, unit tests with GoMock, and structured logging with Zap.
Small wrapper to simplify gomock generation. Automatically infers interface names and file paths after you place the same (!) go:generate expression for all the occurences. Eliminates the need to manually specify 5 generation parameters. ⌨️ Reduces boilerplate code and minimizes errors. 🎸 Charged for good test coverage :)
A GO project that contains some interesting concepts that made me learn more about back-end programming. Include concepts like JWT authorization, NoSQL database, tests, logger, docker, MVC architectural pattern and more.