Skip to content

Commit 0bccb77

Browse files
committed
adding comment in AtNow example
1 parent cda035f commit 0bccb77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ func main() {
4949
Symbol("side", "sell").
5050
Float64Column("price", 2615.54).
5151
Float64Column("amount", 0.00044).
52-
AtNow(ctx)
52+
AtNow(ctx) // timestamp will be set at the server side
5353
if err != nil {
5454
log.Fatal(err)
5555
}

0 commit comments

Comments
 (0)