Skip to content

Tags: launchdarkly/go-options

Tags

v1.3.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Allow the option to not return an error (#21)

v.1.3.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Allow the option to not return an error (#21)

v1.2.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add `String()` method for options (#19)

This allows us to better understand test failures when options mismatch.

Also update README with description of `cmp` and `stringer` options

v1.1.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add Equal methods for testing (#17)

This allows code that generates options to be compared without depending on being able to examine or infer the config.

v1.0.1

Ensure other tags work if options tag is missing

v1.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Allow using a pointer to determine if an option was set (#13)