Pinned Repositories
args
command line argument parser
cmd
A library to create shell-like command processors
gobs
Gobs of Go
gobs.github.io
httpclient
More flexible http client library for Go
jsonpath
Minimalistic implementation of jsonpath
logger
A simple logger with levels
pretty
Pretty-Print Go data structures
sssh
A wrapper to golang.org/x/crypto/ssh to simplify session creation
typedbuffer
A set of methods to encode/decode basic types into a byte slice, compacting values and preserving order where possible
gobs's Repositories
gobs/cmd
A library to create shell-like command processors
gobs/pretty
Pretty-Print Go data structures
gobs/args
command line argument parser
gobs/httpclient
More flexible http client library for Go
gobs/gobs
Gobs of Go
gobs/jsonpath
Minimalistic implementation of jsonpath
gobs/typedbuffer
A set of methods to encode/decode basic types into a byte slice, compacting values and preserving order where possible
gobs/sssh
A wrapper to golang.org/x/crypto/ssh to simplify session creation
gobs/gobs.github.io
gobs/logger
A simple logger with levels
gobs/readline
bind more of the readline API (based on python's readline module)
gobs/matrix
A package to manipulate rectangular matrices backed by a slice
gobs/readers
"readers" implements a common interface to "read" tokens/lines from different inputs (command line arguments, file, SQS query or AWS buckets or queues)
gobs/simplejson
a Go package to interact with arbitrary JSON
gobs/sortedmap
The sortedmap package provides some utility methods to sort maps by keys or values