Skip to content

Commit

Permalink
go imports
Browse files Browse the repository at this point in the history
  • Loading branch information
sigewuzhere committed Feb 27, 2020
1 parent e357bb4 commit cc4fc8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/sdk-reference/go.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ title: Go
## Getting Started:
### 1. Get the SDK with `go`
```bash
go get gopkg.in/configcat/go-sdk.v3
go get github.com/configcat/go-sd
```
### 2. Import the ConfigCat package
```go
import gopkg.in/configcat/go-sdk.v3
import ("github.com/configcat/go-sdk")
```
### 3. Create the *ConfigCat* client with your *API Key*
```go
Expand Down

0 comments on commit cc4fc8c

Please sign in to comment.