Skip to content

kjk/contentstore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

contentstore

Go library for storing sha1-addressable blobs ([]byte slices)

A sample use:

// Note: in production code, check the error codes!
store, _ := contentstore.New("mystore")
id, _ := store.Put([]byte("my piece of content"))
v, _ := store.Get(id)
store.Close()

Documentation: http://godoc.org/github.com/kjk/contentstore

Build Status

About

Go library for storing sha1-addressable blobs ([]byte slices)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages