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