Skip to content

Tags: leanovate/gopter

Tags

v0.2.11

Toggle v0.2.11's commit message

Verified

This commit was signed with the committer’s verified signature.
untoldwind Bodo Junglas
Remove invalid type panic for now (addresses #86)

v0.2.10

Toggle v0.2.10's commit message

Verified

This commit was signed with the committer’s verified signature.
untoldwind Bodo Junglas
Panic on unsupported type

v0.2.9

Toggle v0.2.9's commit message

Verified

This commit was signed with the committer’s verified signature.
untoldwind Bodo Junglas
Add go.mod

v0.2.8

Toggle v0.2.8's commit message

Verified

This commit was signed with the committer’s verified signature.
untoldwind Bodo Junglas
[refactor] use action.run in Replay

v0.2.7

Toggle v0.2.7's commit message

Verified

This commit was signed with the committer’s verified signature.
untoldwind Bodo Junglas
Fix: handling of *time.Time

v0.2.6

Toggle v0.2.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #64 from anisjonischkeit/patch-1

Added *time.Time to Default arbitraries

v0.2.5

Toggle v0.2.5's commit message

Verified

This commit was signed with the committer’s verified signature.
untoldwind Bodo Junglas
Disable test caching

v0.2.4

Toggle v0.2.4's commit message

Verified

This commit was signed with the committer’s verified signature.
untoldwind Bodo Junglas
Add default arbitraries for maps

v0.2.3

Toggle v0.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #43 from rerorero/fix-ptr-in-struct

Avoid nil reference when struct has gen.PtrOf field

v0.2.2

Toggle v0.2.2's commit message
Fixes #37 even more