Directories
¶
| Path | Synopsis |
|---|---|
|
BurntSushi
|
|
|
toml/cmd/toml-test-decoder
command
|
|
|
toml/cmd/toml-test-encoder
command
|
|
|
toml/cmd/tomlv
command
|
|
|
alecthomas
|
|
|
units
Package units provides helpful unit multipliers and functions for Go.
|
Package units provides helpful unit multipliers and functions for Go. |
|
blang
|
|
|
semver/examples
command
|
|
|
braintree
|
|
|
manners
Package manners provides a wrapper for a standard net/http server that ensures all active HTTP client have completed their current request before the server shuts down.
|
Package manners provides a wrapper for a standard net/http server that ensures all active HTTP client have completed their current request before the server shuts down. |
|
bugsnag
|
|
|
osext
Extensions to the standard "os" package.
|
Extensions to the standard "os" package. |
|
coreos
|
|
|
go-semver/semver
Semantic Versions http://semver.org
|
Semantic Versions http://semver.org |
|
cpuguy83
|
|
|
deis
|
|
|
pkg/prettyprint
Package prettyprint contains tools for formatting text.
|
Package prettyprint contains tools for formatting text. |
|
deoxxa
|
|
|
gocpio
Package cpio implements access to cpio archives.
|
Package cpio implements access to cpio archives. |
|
dustin
|
|
|
go-humanize
Package humanize converts boring ugly numbers to human-friendly strings and back.
|
Package humanize converts boring ugly numbers to human-friendly strings and back. |
|
everdev
|
|
|
mack
Mack is a Golang wrapper for AppleScript.
|
Mack is a Golang wrapper for AppleScript. |
|
Package fsnotify provides a platform-independent interface for file system notifications.
|
Package fsnotify provides a platform-independent interface for file system notifications. |
|
go-yaml
|
|
|
yaml
Package yaml implements YAML support for the Go language.
|
Package yaml implements YAML support for the Go language. |
|
google
|
|
|
go-github/github
Package github provides a client for using the GitHub API.
|
Package github provides a client for using the GitHub API. |
|
go-querystring/query
Package query implements encoding of structs into URL query parameters.
|
Package query implements encoding of structs into URL query parameters. |
|
gorilla
|
|
|
context
Package context stores values shared during a request lifetime.
|
Package context stores values shared during a request lifetime. |
|
mux
Package mux implements a request router and dispatcher.
|
Package mux implements a request router and dispatcher. |
|
rpc
Package gorilla/rpc is a foundation for RPC over HTTP services, providing access to the exported methods of an object through HTTP requests.
|
Package gorilla/rpc is a foundation for RPC over HTTP services, providing access to the exported methods of an object through HTTP requests. |
|
rpc/json
Package gorilla/rpc/json provides a codec for JSON-RPC over HTTP services.
|
Package gorilla/rpc/json provides a codec for JSON-RPC over HTTP services. |
|
rpc/protorpc
Package gorilla/rpc/protorpc provides a codec for ProtoRPC over HTTP services.
|
Package gorilla/rpc/protorpc provides a codec for ProtoRPC over HTTP services. |
|
rpc/v2
Package gorilla/rpc is a foundation for RPC over HTTP services, providing access to the exported methods of an object through HTTP requests.
|
Package gorilla/rpc is a foundation for RPC over HTTP services, providing access to the exported methods of an object through HTTP requests. |
|
rpc/v2/json
Package gorilla/rpc/json provides a codec for JSON-RPC over HTTP services.
|
Package gorilla/rpc/json provides a codec for JSON-RPC over HTTP services. |
|
rpc/v2/json2/testapp
command
|
|
|
rpc/v2/protorpc
Package gorilla/rpc/protorpc provides a codec for ProtoRPC over HTTP services.
|
Package gorilla/rpc/protorpc provides a codec for ProtoRPC over HTTP services. |
|
hashicorp
|
|
|
hcl
Package hcl decodes HCL into usable Go structures.
|
Package hcl decodes HCL into usable Go structures. |
|
hcl/hcl/ast
Package ast declares the types used to represent syntax trees for HCL (HashiCorp Configuration Language)
|
Package ast declares the types used to represent syntax trees for HCL (HashiCorp Configuration Language) |
|
hcl/hcl/parser
Package parser implements a parser for HCL (HashiCorp Configuration Language)
|
Package parser implements a parser for HCL (HashiCorp Configuration Language) |
|
hcl/hcl/printer
Package printer implements printing of AST nodes to HCL format.
|
Package printer implements printing of AST nodes to HCL format. |
|
hcl/hcl/scanner
Package scanner implements a scanner for HCL (HashiCorp Configuration Language) source text.
|
Package scanner implements a scanner for HCL (HashiCorp Configuration Language) source text. |
|
hcl/hcl/token
Package token defines constants representing the lexical tokens for HCL (HashiCorp Configuration Language)
|
Package token defines constants representing the lexical tokens for HCL (HashiCorp Configuration Language) |
|
helm
|
|
|
keybase
|
|
|
go-ps
Package ps provides an API for finding and listing processes in a platform-agnostic way.
|
Package ps provides an API for finding and listing processes in a platform-agnostic way. |
|
kr
|
|
|
fs
Package fs provides filesystem-related functions.
|
Package fs provides filesystem-related functions. |
|
magiconair
|
|
|
properties
Package properties provides functions for reading and writing ISO-8859-1 and UTF-8 encoded .properties files and has support for recursive property expansion.
|
Package properties provides functions for reading and writing ISO-8859-1 and UTF-8 encoded .properties files and has support for recursive property expansion. |
|
mitchellh
|
|
|
mapstructure
The mapstructure package exposes functionality to convert an abitrary map[string]interface{} into a native Go structure.
|
The mapstructure package exposes functionality to convert an abitrary map[string]interface{} into a native Go structure. |
|
pkg
|
|
|
errors
Package errors provides simple error handling primitives.
|
Package errors provides simple error handling primitives. |
|
sftp
Package sftp implements the SSH File Transfer Protocol as described in https://filezilla-project.org/specs/draft-ietf-secsh-filexfer-02.txt
|
Package sftp implements the SSH File Transfer Protocol as described in https://filezilla-project.org/specs/draft-ietf-secsh-filexfer-02.txt |
|
sftp/examples/buffered-read-benchmark
command
buffered-read-benchmark benchmarks the peformance of reading from /dev/zero on the server to a []byte on the client via io.Copy.
|
buffered-read-benchmark benchmarks the peformance of reading from /dev/zero on the server to a []byte on the client via io.Copy. |
|
sftp/examples/buffered-write-benchmark
command
buffered-write-benchmark benchmarks the peformance of writing a single large []byte on the client to /dev/null on the server via io.Copy.
|
buffered-write-benchmark benchmarks the peformance of writing a single large []byte on the client to /dev/null on the server via io.Copy. |
|
sftp/examples/sftp-server
command
An example SFTP server implementation using the golang SSH package.
|
An example SFTP server implementation using the golang SSH package. |
|
sftp/examples/streaming-read-benchmark
command
streaming-read-benchmark benchmarks the peformance of reading from /dev/zero on the server to /dev/null on the client via io.Copy.
|
streaming-read-benchmark benchmarks the peformance of reading from /dev/zero on the server to /dev/null on the client via io.Copy. |
|
sftp/examples/streaming-write-benchmark
command
streaming-write-benchmark benchmarks the peformance of writing from /dev/zero on the client to /dev/null on the server via io.Copy.
|
streaming-write-benchmark benchmarks the peformance of writing from /dev/zero on the client to /dev/null on the server via io.Copy. |
|
sftp/server_standalone
command
|
|
|
rakyll
|
|
|
pb/example
command
|
|
|
pb/example/copy
command
|
|
|
russross
|
|
|
blackfriday
Blackfriday markdown processor.
|
Blackfriday markdown processor. |
|
satori
|
|
|
go.uuid
Package uuid provides implementation of Universally Unique Identifier (UUID).
|
Package uuid provides implementation of Universally Unique Identifier (UUID). |
|
shurcooL
|
|
|
httpfs/vfsutil
Package vfsutil implements some I/O utility functions for http.FileSystem.
|
Package vfsutil implements some I/O utility functions for http.FileSystem. |
|
sanitized_anchor_name
Package sanitized_anchor_name provides a func to create sanitized anchor names.
|
Package sanitized_anchor_name provides a func to create sanitized anchor names. |
|
vfsgen
Package vfsgen takes an http.FileSystem (likely at `go generate` time) and generates Go code that statically implements the provided http.FileSystem.
|
Package vfsgen takes an http.FileSystem (likely at `go generate` time) and generates Go code that statically implements the provided http.FileSystem. |
|
vfsgen/cmd/vfsgendev
command
vfsgendev is a convenience tool for using vfsgen in a common development configuration.
|
vfsgendev is a convenience tool for using vfsgen in a common development configuration. |
|
vfsgen/test
Package test contains tests for virtual filesystem implementation generated by vfsgen.
|
Package test contains tests for virtual filesystem implementation generated by vfsgen. |
|
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. |
|
cobra/cobra
command
|
|
|
pflag
Package pflag is a drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags.
|
Package pflag is a drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags. |
|
viper/remote
Package remote integrates the remote features of Viper.
|
Package remote integrates the remote features of Viper. |
|
vincent-petithory
|
|
|
dataurl
Package dataurl parses Data URL Schemes according to RFC 2397 (http://tools.ietf.org/html/rfc2397).
|
Package dataurl parses Data URL Schemes according to RFC 2397 (http://tools.ietf.org/html/rfc2397). |
|
dataurl/cmd/dataurl
command
|
Click to show internal directories.
Click to hide internal directories.