Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 753 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 753 Bytes

gomml: gomock matcher library

Build Status Go Report Card codecov GoDoc

gomml is a library of GoMock's matchers.

  • To expect bcrypted hash (golang.org/x/crypto/bcrypt)
  • To expect complex struct (github.com/google/go-cmp/cmp)
  • To check consistency of parameters
  • time.Now()
  • regexp

See examples