Skip to content

Instantly share code, notes, and snippets.

@ruggi
Created January 17, 2018 14:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ruggi/9d253b0f4c262980fd0a118e4c7c0583 to your computer and use it in GitHub Desktop.
Save ruggi/9d253b0f4c262980fd0a118e4c7c0583 to your computer and use it in GitHub Desktop.
resp, err := feed.GetFollowing(
stream.WithFollowingFilter("aabbccddee", "ccddeeffgg"),
stream.WithFollowingLimit(5),
stream.WithFollowingOffset(100),
)
if err != nil {
// ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment