Skip to content

Instantly share code, notes, and snippets.

View dsha256's full-sized avatar
πŸ”₯
On fire

David Shainidze dsha256

πŸ”₯
On fire
View GitHub Profile
@maratori
maratori / golang-mocks.md
Last active October 21, 2025 07:02
Comparison of golang mocking libraries

Comparison of golang mocking libraries

Updated 2025-05-31

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

Library

GitHub stars [![s1]][1] [![s2]][2] + [![s3]][3] [![s4]][4] [![s5]][5] [![s6]][6]
Latest release date [![d1]][r1] [![d2]][r2] + [![d3]][r3] [![d4]][r4] [![d5]][r5] [![d6]][r6]
Maintained βœ… βœ… βœ… βœ… βœ…
@joshbuchea
joshbuchea / semantic-commit-messages.md
Last active October 26, 2025 20:28
Semantic Commit Messages

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example