gomock
There are 51 repositories under gomock topic.
AleksK1NG/Go-Clean-Architecture-REST-API
Golang Clean Architecture REST API example
kubernetes-csi/csi-test
CSI test frameworks
aliml92/realworld-gin-sqlc
Real world backend api made with Golang + Gin + PostgreSQL
batnoter/batnoter-api
The API backend for BatNoter. Built with Golang
JeffDeCola/my-go-examples
A place to keep my go examples.
basilhe/clean-architecture-go-example
Clean Architecture Example (Go): Example of what clean architecture would look like (in Go)
sgreben/testing-with-gomock
Supporting materials for the blog post "Testing with GoMock"
budougumi0617/cmpmock
Readable & Flexible matcher for https://github.com/uber-go/mock
oxyno-zeta/gomock-extra-matcher
Gomock Extra Matchers (Struct, Map, IntRange, StringRegexp)
expectto/be
Wide collection of Golang assertions: Gomega and Gomock compatible matchers
cage1016/gokit-todo
todomvc full stack demo project. react + backend API by gokit microservice toolkit. include unit test, integration test, e2e test, github action ci
sjqzhang/gmock
Mocking utility for Go testing, Support Redis, Http, Gorm,Xorm, DockerService (There is no need to modify existing code). 一个可以不用改变现在代码就可以进行go单元测试的库,支持Redis,Http,Gorm,DockerService (可以用Docker容器支持)模拟。
hlts2/gomock
command line tool which makes simple API mock server.
gs1068/golang-ddd-sample
Golang clean architecture sample APP
kochie/zeit-api-go
An API for Zeit written for Go
hendrywiranto/gomocklinter
A linter that checks the usage of go mocking libraries
liupangzi/thrift2interface
🍩 turn thrift into Golang interfaces
lavantien/order-demo
A production-ready simple order service demo
M3ikShizuka/service-account
OAuth2 Ory Hydra Golang Identity Provider. Account management microservice. Clean Architecture. SOLID principles. Unit Test. Table Driven tests. Mock.
akshanshgusain/hexagonal_architecture
Hexagonal Architecture implementation
JY8752/go-unittest-architecture
単体テストの考え方/使い方を読んで、テストの書き方、アーキテクチャについて再考するためのリポジトリ。
malcolmmaima/maimabank
A banking service to manage accounts & money transactions. Written in Golang
BrunoPolaski/go-crud
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.
connormckelvey/go-github-mockable
Mockable, interface-based wrapper for the github.com/google/go-github *Client
golovers/gotest
Examples of testing in Go: basic, HTTP, Mock
im-Qarch/go-automatic-chainsaw
Full Back-end system for simple bank app based on GO, boost by [postgres/Kubernetes/gPRC/sqlc/docker/gin/...]
ImShakthi/goland
Goland is web server designed by my golang learnings
LucyYeung/simplebank
使用 Go 語言開發,並實現了簡單的交易功能。專案架構基於 gin 作為主要的 Web 框架,結合 PostgreSQL 資料庫進行資料儲存,並透過 JWT 和 Paseto 實現用戶認證與授權。專案已實現 CI/CD,包括自動化測試和部署至 AWS。
matheusgb/cyclists
🚲 | A comprehensive bike event management API empowering users to create, organize, and participate in cycling events.
mike-barshev/uber-mockgen-example
Instructions for working with uber mock package, setting up file watchers and file nesting in GoLand IDE
rhancav/mockgen-easy
Simplify generating mocks using gomock library underneath.
szykol/http-go
Example http server written from scratch in Go
arkadiusjonczek/go-mock
Testing https://github.com/uber-go/mock ...