aboutsummaryrefslogtreecommitdiff
path: root/c/doc.go
diff options
context:
space:
mode:
authorBen Johnson <benbjohnson@yahoo.com>2014-04-21 07:24:48 -0600
committerBen Johnson <benbjohnson@yahoo.com>2014-04-21 07:24:48 -0600
commitafe8123d91e9b7e492fec95fad537f37d911f5d0 (patch)
tree9c59a10b225461923f594e8e9c8b374f0df09136 /c/doc.go
parentMerge pull request #135 from benbjohnson/bench (diff)
parentall tests pass (diff)
downloaddedo-afe8123d91e9b7e492fec95fad537f37d911f5d0.tar.gz
dedo-afe8123d91e9b7e492fec95fad537f37d911f5d0.tar.xz
Merge pull request #134 from Shopify/c_cursor
C cursor
Diffstat (limited to 'c/doc.go')
-rw-r--r--c/doc.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/c/doc.go b/c/doc.go
new file mode 100644
index 0000000..cbb98fe
--- /dev/null
+++ b/c/doc.go
@@ -0,0 +1,4 @@
+/*
+Package c provides a C interface to Bolt.
+*/
+package c