go-client icon indicating copy to clipboard operation
go-client copied to clipboard

Go SDK client for Split Software

Results 7 go-client issues
Sort by recently updated
recently updated
newest added

Bumps [SonarSource/sonarcloud-github-action](https://github.com/sonarsource/sonarcloud-github-action) from 1.9 to 2.1. Release notes Sourced from SonarSource/sonarcloud-github-action's releases. Fix permissions of .scannerwork directory after scan v2.1.0 Update README No release notes provided. Update README No release...

dependencies

The SplitView has a number of useful fields including the name, treatment, and configs, but there is no way to access the tags. Can we have that field exposed?

# GO SDK ## What did you accomplish? ## How do we test the changes introduced in this PR? ## Extra Notes

Bumps [SonarSource/sonarcloud-github-action](https://github.com/sonarsource/sonarcloud-github-action) from 1.9 to 2.3. Release notes Sourced from SonarSource/sonarcloud-github-action's releases. v2.3.0 What's Changed SCSCANGHA-18 Add workflow to automate tags creation upon release by @​antoine-vinot-sonarsource in SonarSource/sonarcloud-github-action#81 SCSCANGHA-22 Revert...

dependencies

# GO SDK ## What did you accomplish? ## How do we test the changes introduced in this PR? ## Extra Notes

# `client.Destroy()` Hangs in Streaming Mode (~25% of the time) ## Summary `client.Destroy()` hangs for 10+ seconds approximately 25% of the time when using streaming mode. The SSE reader goroutine...

Hello! I encountered an issue following the README instructions when adding this to the project. The README instruction say to use ``` go get github.com/splitio/go-client/ ``` However, this produces an...