aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBen Johnson <benbjohnson@yahoo.com>2016-03-22 11:34:05 -0600
committerBen Johnson <benbjohnson@yahoo.com>2016-03-22 11:34:05 -0600
commit5d3cf801479c151f007912db7984f6225aa238be (patch)
tree1638864560d87e88f2ebbc21e17456d6c2703e2b /README.md
parentMerge pull request #532 from asdine/project-list (diff)
parentAdd note about Go RFC3339Nano sortability to README (diff)
downloaddedo-5d3cf801479c151f007912db7984f6225aa238be.tar.gz
dedo-5d3cf801479c151f007912db7984f6225aa238be.tar.xz
Merge pull request #540 from erock2112/patch-1
Add note about Go RFC3339Nano sortability to README
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index aeddc16..0cf67a6 100644
--- a/README.md
+++ b/README.md
@@ -427,6 +427,8 @@ db.View(func(tx *bolt.Tx) error {
})
```
+Note that, while RFC3339 is sortable, the Golang implementation of RFC3339Nano does not use a fixed number of digits after the decimal point and is therefore not sortable.
+
#### ForEach()