Updated to latest ARN API
This commit is contained in:
@ -7,7 +7,7 @@ import (
|
||||
|
||||
func main() {
|
||||
// Get a stream of all posts
|
||||
allPosts, err := arn.AllPosts()
|
||||
allPosts, err := arn.StreamPosts()
|
||||
arn.PanicOnError(err)
|
||||
|
||||
// Iterate over the stream
|
||||
|
Reference in New Issue
Block a user