Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jkw-statsig authored Aug 12, 2021
1 parent a719f4f commit c05b846
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
# Statsig Go Server SDK

The go SDK for server/multi-user environments.
[![build-and-test](https://github.com/statsig-io/private-ruby-sdk/actions/workflows/build-and-test.yml/badge.svg?branch=main)](https://github.com/statsig-io/private-ruby-sdk/actions/workflows/build-and-test.yml)

The Statsig Go SDK for multi-user, server side environments. If you need a SDK for another language or single user client environment, check out our [other SDKs](https://docs.statsig.com/#sdks).

Statsig helps you move faster with Feature Gates (Feature Flags) and Dynamic Configs. It also allows you to run A/B tests to validate your new features and understand their impact on your KPIs. If you're new to Statsig, create an account at [statsig.com](https://www.statsig.com).

## Getting Started

Visit our [getting started guide](https://docs.statsig.com/server/golangSDK).
Check out our [SDK docs](https://docs.statsig.com/server/golangSDK) to get started.

## Testing

Each server SDK is tested at multiple levels - from unit to integration and e2e tests. Our internal e2e test harness runs daily against each server SDK, while unit and integration tests can be seen in the respective github repos of each SDK. For go, the `statsig_test.go` runs a validation test on local rule/condition evaluation for go against the results in the statsig backend.
Each server SDK is tested at multiple levels - from unit to integration and e2e tests. Our internal e2e test harness runs daily against each server SDK, while unit and integration tests can be seen in the respective github repos of each SDK. The `statsig_test.go` runs a validation test on local rule/condition evaluation for this SDK against the results in the statsig backend.

## Guidelines

Expand Down

0 comments on commit c05b846

Please sign in to comment.