Skip to content

Commit 65c3c9d

Browse files
authored
Merge pull request #133 from winebarrel/winebarrel-patch-1
Update timestamp in README example
2 parents 65b0731 + e8753cd commit 65c3c9d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ func main() {
8585

8686
for next := range iter.Seq() {
8787
fmt.Println(next)
88-
//=> 2022-11-03 10:00:00 +0000 UTC
88+
//=> 2022-11-06 10:00:00 +0000 UTC
8989
break
9090
}
9191
}

_example/basic/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ func main() {
5050

5151
for next := range iter.Seq() {
5252
fmt.Println(next)
53-
//=> 2022-11-03 10:00:00 +0000 UTC
53+
//=> 2022-11-06 10:00:00 +0000 UTC
5454
break
5555
}
5656
}

0 commit comments

Comments
 (0)