diff options
author | Ben Johnson <benbjohnson@yahoo.com> | 2016-03-22 11:34:05 -0600 |
---|---|---|
committer | Ben Johnson <benbjohnson@yahoo.com> | 2016-03-22 11:34:05 -0600 |
commit | 5d3cf801479c151f007912db7984f6225aa238be (patch) | |
tree | 1638864560d87e88f2ebbc21e17456d6c2703e2b /README.md | |
parent | Merge pull request #532 from asdine/project-list (diff) | |
parent | Add note about Go RFC3339Nano sortability to README (diff) | |
download | dedo-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.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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() |