Skip to content

Instantly share code, notes, and snippets.

View spatecon's full-sized avatar

Ilia Pavliukov spatecon

View GitHub Profile
@maratori
maratori / golang-mocks.md
Last active June 7, 2024 18:26
Comparison of golang mocking libraries

Comparison of golang mocking libraries

Updated 2024-05-29

Uber
[gomock][6]
[testify][2] + [mockery][3] [minimock][4] [moq][5] Google
[gomock][1]

Library

GitHub stars [![s6]][6] [![s2]][2] + [![s3]][3] [![s4]][4] [![s5]][5] [![s1]][1]
Latest release date [![d6]][r6] [![d2]][r2] + [![d3]][r3] [![d4]][r4] [![d5]][r5] [![d1]][r1]
Maintained :white_check