Unleash / unleash-client-go

Unleash client SDK for Go
https://docs.getunleash.io
Apache License 2.0
138 stars 55 forks source link

Use fallback value if client is not initialized #137

Closed Lucaber closed 1 year ago

Lucaber commented 1 year ago

About the changes

If no defaultClient is initialized, we should return the provided fallback value instead of false.

FredrikOseberg commented 1 year ago

About the changes

If no defaultClient is initialized, we should return the provided fallback value instead of false.

@Lucaber

Apologies it took us this long to get it to this. This looks reasonable to me, would it be possible for you to fix the conflict here?

Lucaber commented 1 year ago

rebased