Skip to content

Commit

Permalink
Merge branch 'main' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
mmelograno authored Oct 28, 2022
2 parents 9fbba97 + a16faf7 commit e1bdcd6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Split GO SDK

[![Build Status](https://api.travis-ci.com/splitio/go-client.svg?branch=master)](https://api.travis-ci.com/splitio/go-client)
[![build workflow](https://github.com/splitio/go-client/actions/workflows/ci.yml/badge.svg)](https://github.com/splitio/go-client/actions)
[![PkgGoDev](https://pkg.go.dev/badge/github.com/splitio/go-client/v6)](https://pkg.go.dev/github.com/splitio/go-client/v6/splitio?tab=doc)
[![Documentation](https://img.shields.io/badge/go_client-documentation-informational)](https://help.split.io/hc/en-us/articles/360020093652-Go-SDK)

## Overview

Expand All @@ -16,7 +18,7 @@ This SDK is compatible with Go 1.8.

Below is a simple example that describes the instantiation and most basic usage of our SDK:

Run `go get github.com/splitio/go-client/` or `dep ensure -add github.com/splitio/go-client`
Run `go get github.com/splitio/go-client/`

```go
package main
Expand Down
1 change: 1 addition & 0 deletions splitio/client/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1778,6 +1778,7 @@ func TestClientNone(t *testing.T) {
impTest := &ImpressionListenerTest{}
cfg := conf.Default()
cfg.LabelsEnabled = true
cfg.Advanced.StreamingEnabled = false
cfg.Advanced.EventsURL = ts.URL
cfg.Advanced.SdkURL = ts.URL
cfg.Advanced.TelemetryServiceURL = ts.URL
Expand Down

0 comments on commit e1bdcd6

Please sign in to comment.