diff options
author | Ben Johnson <benbjohnson@yahoo.com> | 2014-01-11 22:51:01 -0700 |
---|---|---|
committer | Ben Johnson <benbjohnson@yahoo.com> | 2014-01-11 22:51:01 -0700 |
commit | ee24437bfcb34dbf2549ecd26adc972c1eb7dc16 (patch) | |
tree | 5fe178109b3ece4a4d66fdc40cfbd70e52f48850 /os.go | |
parent | DB.Open(), pages, and meta. (diff) | |
download | dedo-ee24437bfcb34dbf2549ecd26adc972c1eb7dc16.tar.gz dedo-ee24437bfcb34dbf2549ecd26adc972c1eb7dc16.tar.xz |
Initial db.open.
Diffstat (limited to 'os.go')
-rw-r--r-- | os.go | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,5 @@ +package bolt + +import ( + _ "os" +) |