diff options
author | Ben Johnson <benbjohnson@yahoo.com> | 2014-05-05 07:43:10 -0600 |
---|---|---|
committer | Ben Johnson <benbjohnson@yahoo.com> | 2014-05-05 07:43:10 -0600 |
commit | 376ce6858a6fc6fe9f265309e22fb7903ff14640 (patch) | |
tree | d45b63aae76ca91cc516ca7555d3f62195956740 /c/doc.go | |
parent | Merge pull request #150 from tv42/typo-seek (diff) | |
download | dedo-376ce6858a6fc6fe9f265309e22fb7903ff14640.tar.gz dedo-376ce6858a6fc6fe9f265309e22fb7903ff14640.tar.xz |
Remove the c package.
The CGO binding from an external package did not work as well as hoped. The C code
has been moved to the project which uses it.
Diffstat (limited to 'c/doc.go')
-rw-r--r-- | c/doc.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/c/doc.go b/c/doc.go deleted file mode 100644 index cbb98fe..0000000 --- a/c/doc.go +++ /dev/null @@ -1,4 +0,0 @@ -/* -Package c provides a C interface to Bolt. -*/ -package c |