Skip to content

Tags: skynet2/mock

Tags

v.1.0.14

Toggle v.1.0.14's commit message

Verified

This commit was signed with the committer’s verified signature.
skynet2 Stas Dmytryshyn
fix: dir

v.1.0.12

Toggle v.1.0.12's commit message

Verified

This commit was signed with the committer’s verified signature.
skynet2 Stas Dmytryshyn
fix: linux build

v.1.0.11

Toggle v.1.0.11's commit message

Verified

This commit was signed with the committer’s verified signature.
skynet2 Stas Dmytryshyn
feat: darwin build

v.1.0.10

Toggle v.1.0.10's commit message

Unverified

This user has not yet uploaded their public signing key.
fix: optional param in return

v.1.0.9

Toggle v.1.0.9's commit message

Unverified

This user has not yet uploaded their public signing key.
chore: typed by default

v.1.0.8

Toggle v.1.0.8's commit message

Unverified

This user has not yet uploaded their public signing key.
fix: mockgen

v.1.0.7

Toggle v.1.0.7's commit message

Unverified

This user has not yet uploaded their public signing key.
feat: add ci

fix: apt


fix: pkg


fix: path


fix: vcs

v1.6.0

Toggle v1.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix parse array with the external const correctly (golang#569)

Fixes golang#561 - Panic on array parsing if length is externally defined

It also fixes the following minor problems in TestParseArrayWithConstLength, a test function related to this feature.

It doesn't check all outputs to be asserted.
It doesn't initialize some of the fields in mockgen.fileParser, even though they are initialized in the production code. (Actually, it caused an unnecessary test error by test data I added)

v1.5.0

Toggle v1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix issues related to source package imports (golang#507)

Fixes: golang#505
Fixes: golang#515

v1.4.4

Toggle v1.4.4's commit message
remove rsc.io/quote/v3 as dep