https://github.com/golang/mock

Last synced: about 1 month ago

Repository metadata:

GoMock is a mocking framework for the Go programming language.


Owner metadata:


Committers metadata

Last synced: about 1 month ago

Total Commits: 325
Total Committers: 92
Avg Commits per committer: 3.533
Development Distribution Score (DDS): 0.754

Commits in past year: 0
Committers in past year: 0
Avg Commits per committer in past year: 0.0
Development Distribution Score (DDS) in past year: 0.0

Name Email Commits
David Symonds d****s@g****g 80
Cody Oss 6****s 47
poy p****y@g****m 18
Hesky Fisher h****r@g****m 16
Hesky Fisher h****y@g****m 12
Aaron Jacobs a****s@g****m 10
pasztorpisti p****i@g****m 7
Zhongpeng Lin z****n@u****m 5
Cole Wippern c****n@g****m 4
Ewa Czechowska e****a@a****m 4
Marius Staicu m****u@g****m 4
Maxime Fischer m****r@g****m 4
hori-ryota h****a@c****p 4
Kensei Nakada 4****o 4
Nate Brennand n****d@c****m 3
John Maguire j****e@g****m 3
David Drysdale d****e@g****m 3
Bo Du bo@c****m 3
Aaron Jacobs j****a@g****m 3
Andrew Poydence a****e@g****m 2
Alex Reece a****e@g****m 2
Aaron Beitch a****b@a****m 2
wencan w****n@l****n 2
Stanislav Kudriashev s****v@g****m 2
Matt T. Proud m****d@g****m 2
Marten Seemann m****n@g****m 2
Lev Shamardin s****n@g****m 2
Rafael Garcia r****a@c****m 2
Ryan Barrett g****t@r****g 2
Vu Long (Drake) 1****g 2
and 62 more...

Issue and Pull Request metadata

Last synced: about 1 month ago


Package metadata

go: github.com/golang/mock

  • Homepage: https://github.com/golang/mock
  • Documentation: https://pkg.go.dev/github.com/golang/mock#section-documentation
  • Licenses: Apache-2.0
  • Latest release: v1.6.0 (published over 3 years ago)
  • Last Synced: 2024-11-11T00:54:14.095Z (about 1 month ago)
  • Versions: 15
  • Dependent Packages: 27,218
  • Dependent Repositories: 154,196
  • Docker Downloads: 20,761,241,566
  • Rankings:
    • Dependent repos count: 0.003%
    • Dependent packages count: 0.008%
    • Docker downloads count: 0.018%
    • Average: 0.376%
    • Stargazers count: 0.697%
    • Forks count: 1.154%
go: github.com/golang/mock/mockgen/internal/tests/overlapping_methods

Package overlap is a generated GoMock package.

go: github.com/golang/mock/mockgen/internal/tests/generics

  • Homepage: https://github.com/golang/mock
  • Documentation: https://pkg.go.dev/github.com/golang/mock/mockgen/internal/tests/generics#section-documentation
  • Licenses: Apache-2.0
  • Latest release: v0.0.0-20230627194818-674a1c4a938e (published over 1 year ago)
  • Last Synced: 2024-11-10T00:31:41.590Z (about 1 month ago)
  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Stargazers count: 0.619%
    • Forks count: 0.737%
    • Average: 4.425%
    • Dependent packages count: 6.999%
    • Dependent repos count: 9.346%
go: github.com/golang/Mock

  • Homepage: https://github.com/golang/Mock
  • Documentation: https://pkg.go.dev/github.com/golang/Mock#section-documentation
  • Licenses: Apache-2.0
  • Latest release: v1.6.0 (published over 3 years ago)
  • Last Synced: 2024-11-11T01:12:30.228Z (about 1 month ago)
  • Versions: 15
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Stargazers count: 0.615%
    • Forks count: 1.011%
    • Average: 4.493%
    • Dependent packages count: 6.999%
    • Dependent repos count: 9.346%
go: github.com/golang/mock/gomock

Package gomock is a mock framework for Go. Standard usage: By default, expected calls are not enforced to run in any particular order. Call order dependency can be enforced by use of InOrder and/or Call.After. Call.After can create more varied call order dependencies, but InOrder is often more convenient. The following examples create equivalent call order dependencies. Example of using Call.After to chain expected call order: Example of using InOrder to declare expected call order:

  • Homepage: https://github.com/golang/mock
  • Documentation: https://pkg.go.dev/github.com/golang/mock/gomock#section-documentation
  • Licenses: Apache-2.0
  • Latest release:
  • Last Synced: 2024-11-10T00:31:54.458Z (about 1 month ago)
  • Versions: 0
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent packages count: 6.151%
    • Average: 6.357%
    • Dependent repos count: 6.563%
go: github.com/goLang/mock

  • Homepage: https://github.com/goLang/mock
  • Documentation: https://pkg.go.dev/github.com/goLang/mock#section-documentation
  • Licenses: Apache-2.0
  • Latest release: v1.6.0 (published over 3 years ago)
  • Last Synced: 2024-11-11T01:12:34.562Z (about 1 month ago)
  • Versions: 15
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent packages count: 9.436%
    • Average: 10.037%
    • Dependent repos count: 10.639%

Dependencies

.github/workflows/test.yaml actions
  • actions/checkout v2 composite
  • actions/setup-go v2 composite
go.mod go
  • golang.org/x/mod v0.5.1
  • golang.org/x/tools v0.1.8
go.sum go
  • github.com/yuin/goldmark v1.4.1
  • golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
  • golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550
  • golang.org/x/mod v0.5.1
  • golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3
  • golang.org/x/net v0.0.0-20190620200207-3b0461eec859
  • golang.org/x/net v0.0.0-20211015210444-4f30a5c0130f
  • golang.org/x/sync v0.0.0-20190423024810-112230192c58
  • golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
  • golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a
  • golang.org/x/sys v0.0.0-20190412213103-97732733099d
  • golang.org/x/sys v0.0.0-20201119102817-f84b799fce68
  • golang.org/x/sys v0.0.0-20210423082822-04245dca01da
  • golang.org/x/sys v0.0.0-20211019181941-9d821ace8654
  • golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
  • golang.org/x/text v0.3.0
  • golang.org/x/text v0.3.6
  • golang.org/x/text v0.3.7
  • golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e
  • golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e
  • golang.org/x/tools v0.1.8
  • golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7
  • golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898
  • golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
mockgen/internal/tests/generics/go.mod go
  • github.com/golang/mock v1.6.0
  • golang.org/x/exp v0.0.0-20220428152302-39d4317da171
mockgen/internal/tests/generics/go.sum go
  • github.com/yuin/goldmark v1.4.1
  • golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
  • golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550
  • golang.org/x/exp v0.0.0-20220428152302-39d4317da171
  • golang.org/x/mod v0.5.1
  • golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3
  • golang.org/x/net v0.0.0-20190620200207-3b0461eec859
  • golang.org/x/net v0.0.0-20211015210444-4f30a5c0130f
  • golang.org/x/sync v0.0.0-20190423024810-112230192c58
  • golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
  • golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a
  • golang.org/x/sys v0.0.0-20190412213103-97732733099d
  • golang.org/x/sys v0.0.0-20201119102817-f84b799fce68
  • golang.org/x/sys v0.0.0-20210423082822-04245dca01da
  • golang.org/x/sys v0.0.0-20211019181941-9d821ace8654
  • golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
  • golang.org/x/text v0.3.0
  • golang.org/x/text v0.3.6
  • golang.org/x/text v0.3.7
  • golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e
  • golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e
  • golang.org/x/tools v0.1.8
  • golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7
  • golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898
  • golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1