Skip to content
This repository has been archived by the owner on Dec 6, 2021. It is now read-only.

Commit

Permalink
docs(readme): clean example again 😒
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineDao committed Sep 2, 2019
1 parent eb21879 commit 282ec86
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,12 @@ func main() {
AnonymousComments: false,
}
newStream := gospeckle.StreamRequest{
// Metadata: &streamBase,
RequestMetadata: &streamBase,
Description: "A fancy new go stream",
Tags: []string{"test", "golang"},
}

stream, _, err := client.Stream.Create(ctx, newStream)
// stream, _, err := client.Stream.Get(ctx, "ufF4mPRuZ")
if err != nil {
fmt.Println(err)
os.Exit(1)
Expand Down

0 comments on commit 282ec86

Please sign in to comment.