Directories ¶
Path | Synopsis |
---|---|
arschles
|
|
go-bindata-html-template
Package template allows standard html/template templates to be rendered from contents embedded with the go-bindata tool instead of the filesystem See https://github.com/jteeuwen/go-bindata for more information about embedding binary data with go-bindata.
|
Package template allows standard html/template templates to be rendered from contents embedded with the go-bindata tool instead of the filesystem See https://github.com/jteeuwen/go-bindata for more information about embedding binary data with go-bindata. |
blevesearch
|
|
bleve
Package bleve is a library for indexing and searching text.
|
Package bleve is a library for indexing and searching text. |
bleve/index/store/cznicb
Package cznicb provides an in-memory implementation of the KVStore interfaces using the cznic/b in-memory btree.
|
Package cznicb provides an in-memory implementation of the KVStore interfaces using the cznic/b in-memory btree. |
bleve/index/store/gtreap
Package gtreap provides an in-memory implementation of the KVStore interfaces using the gtreap balanced-binary treap, copy-on-write data structure.
|
Package gtreap provides an in-memory implementation of the KVStore interfaces using the gtreap balanced-binary treap, copy-on-write data structure. |
bleve/index/upside_down
Package upside_down is a generated protocol buffer package.
|
Package upside_down is a generated protocol buffer package. |
segment
Package segment is a library for performing Unicode Text Segmentation as described in Unicode Standard Annex #29 http://www.unicode.org/reports/tr29/ Currently only segmentation at Word Boundaries is supported.
|
Package segment is a library for performing Unicode Text Segmentation as described in Unicode Standard Annex #29 http://www.unicode.org/reports/tr29/ Currently only segmentation at Word Boundaries is supported. |
boltdb
|
|
bolt
Package bolt implements a low-level key/value store in pure Go.
|
Package bolt implements a low-level key/value store in pure Go. |
cznic
|
|
b
Package b implements a B+tree.
|
Package b implements a B+tree. |
b/example
Package b implements a int->int B+tree.
|
Package b implements a int->int B+tree. |
golang
|
|
protobuf/proto
Package proto converts data structures to and from the wire format of protocol buffers.
|
Package proto converts data structures to and from the wire format of protocol buffers. |
hypebeast
|
|
indraniel
|
|
go-sra-schemas-1.5/SRA.analysis.xsd_go
Auto-generated by the "go-xsd" package located at: github.com/metaleap/go-xsd Comments on types and fields (if any) are from the XSD file located at: SRA.analysis.xsd
|
Auto-generated by the "go-xsd" package located at: github.com/metaleap/go-xsd Comments on types and fields (if any) are from the XSD file located at: SRA.analysis.xsd |
go-sra-schemas-1.5/SRA.experiment.xsd_go
Auto-generated by the "go-xsd" package located at: github.com/metaleap/go-xsd Comments on types and fields (if any) are from the XSD file located at: SRA.experiment.xsd
|
Auto-generated by the "go-xsd" package located at: github.com/metaleap/go-xsd Comments on types and fields (if any) are from the XSD file located at: SRA.experiment.xsd |
go-sra-schemas-1.5/SRA.run.xsd_go
Auto-generated by the "go-xsd" package located at: github.com/metaleap/go-xsd Comments on types and fields (if any) are from the XSD file located at: SRA.run.xsd
|
Auto-generated by the "go-xsd" package located at: github.com/metaleap/go-xsd Comments on types and fields (if any) are from the XSD file located at: SRA.run.xsd |
go-sra-schemas-1.5/SRA.sample.xsd_go
Auto-generated by the "go-xsd" package located at: github.com/metaleap/go-xsd Comments on types and fields (if any) are from the XSD file located at: SRA.sample.xsd
|
Auto-generated by the "go-xsd" package located at: github.com/metaleap/go-xsd Comments on types and fields (if any) are from the XSD file located at: SRA.sample.xsd |
go-sra-schemas-1.5/SRA.study.xsd_go
Auto-generated by the "go-xsd" package located at: github.com/metaleap/go-xsd Comments on types and fields (if any) are from the XSD file located at: SRA.study.xsd
|
Auto-generated by the "go-xsd" package located at: github.com/metaleap/go-xsd Comments on types and fields (if any) are from the XSD file located at: SRA.study.xsd |
go-sra-schemas-1.5/SRA.submission.xsd_go
Auto-generated by the "go-xsd" package located at: github.com/metaleap/go-xsd Comments on types and fields (if any) are from the XSD file located at: SRA.submission.xsd
|
Auto-generated by the "go-xsd" package located at: github.com/metaleap/go-xsd Comments on types and fields (if any) are from the XSD file located at: SRA.submission.xsd |
metaleap
|
|
go-xsd/types
A tiny package imported by all "go-xsd"-generated packages.
|
A tiny package imported by all "go-xsd"-generated packages. |
ryszard
|
|
goskiplist/skiplist
Package skiplist implements skip list based maps and sets.
|
Package skiplist implements skip list based maps and sets. |
spf13
|
|
cobra
Package cobra is a commander providing a simple interface to create powerful modern CLI interfaces.
|
Package cobra is a commander providing a simple interface to create powerful modern CLI interfaces. |
pflag
pflag is a drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags.
|
pflag is a drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags. |
steveyen
|
|
syndtr
|
|
goleveldb/leveldb
Package leveldb provides implementation of LevelDB key/value database.
|
Package leveldb provides implementation of LevelDB key/value database. |
goleveldb/leveldb/cache
Package cache provides interface and implementation of a cache algorithms.
|
Package cache provides interface and implementation of a cache algorithms. |
goleveldb/leveldb/comparer
Package comparer provides interface and implementation for ordering sets of data.
|
Package comparer provides interface and implementation for ordering sets of data. |
goleveldb/leveldb/errors
Package errors provides common error types used throughout leveldb.
|
Package errors provides common error types used throughout leveldb. |
goleveldb/leveldb/filter
Package filter provides interface and implementation of probabilistic data structure.
|
Package filter provides interface and implementation of probabilistic data structure. |
goleveldb/leveldb/iterator
Package iterator provides interface and implementation to traverse over contents of a database.
|
Package iterator provides interface and implementation to traverse over contents of a database. |
goleveldb/leveldb/journal
Package journal reads and writes sequences of journals.
|
Package journal reads and writes sequences of journals. |
goleveldb/leveldb/memdb
Package memdb provides in-memory key/value database implementation.
|
Package memdb provides in-memory key/value database implementation. |
goleveldb/leveldb/opt
Package opt provides sets of options used by LevelDB.
|
Package opt provides sets of options used by LevelDB. |
goleveldb/leveldb/storage
Package storage provides storage abstraction for LevelDB.
|
Package storage provides storage abstraction for LevelDB. |
goleveldb/leveldb/table
Package table allows read and write sorted key/value.
|
Package table allows read and write sorted key/value. |
goleveldb/leveldb/util
Package util provides utilities used throughout leveldb.
|
Package util provides utilities used throughout leveldb. |
gosnappy/snappy
Package snappy implements the snappy block-based compression format.
|
Package snappy implements the snappy block-based compression format. |
willf
|
|
bitset
Package bitset implements bitsets, a mapping between non-negative integers and boolean values.
|
Package bitset implements bitsets, a mapping between non-negative integers and boolean values. |
zenazn
|
|
goji
Package goji provides an out-of-box web server with reasonable defaults.
|
Package goji provides an out-of-box web server with reasonable defaults. |
goji/bind
Package bind provides a convenient way to bind to sockets.
|
Package bind provides a convenient way to bind to sockets. |
goji/example
Command example is a sample application built with Goji.
|
Command example is a sample application built with Goji. |
goji/graceful
Package graceful implements graceful shutdown for HTTP servers by closing idle connections after receiving a signal.
|
Package graceful implements graceful shutdown for HTTP servers by closing idle connections after receiving a signal. |
goji/graceful/listener
Package listener provides a way to incorporate graceful shutdown to any net.Listener.
|
Package listener provides a way to incorporate graceful shutdown to any net.Listener. |
goji/web
Package web provides a fast and flexible middleware stack and mux.
|
Package web provides a fast and flexible middleware stack and mux. |
goji/web/middleware
Package middleware provides several standard middleware implementations.
|
Package middleware provides several standard middleware implementations. |
goji/web/mutil
Package mutil contains various functions that are helpful when writing http middleware.
|
Package mutil contains various functions that are helpful when writing http middleware. |
Click to show internal directories.
Click to hide internal directories.