...

Source file src/github.com/launchdarkly/go-server-sdk-evaluation/v2/package_info.go

Documentation: github.com/launchdarkly/go-server-sdk-evaluation/v2

     1  // Package evaluation contains the LaunchDarkly Go SDK feature flag evaluation engine.
     2  //
     3  // Normal use of the Go SDK does not require referencing this package directly. It is used internally
     4  // by the SDK, but is published and versioned separately so it can be used in other LaunchDarkly
     5  // components without making the SDK versioning dependent on these internal APIs.
     6  package evaluation
     7  

View as plain text