Skip to content

Commit

Permalink
Merge pull request #218 from cemremengu/patch-1
Browse files Browse the repository at this point in the history
Add import statement to README examples
  • Loading branch information
kozlovic committed Dec 29, 2018
2 parents 175f3b2 + bdbf6d7 commit 4a28b02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ go get github.com/nats-io/go-nats-streaming
## Basic Usage

```go
import stan "github.com/nats-io/go-nats-streaming"

sc, _ := stan.Connect(clusterID, clientID)

Expand Down

0 comments on commit 4a28b02

Please sign in to comment.