Directories ¶
Path | Synopsis |
---|---|
src
|
|
code.google.com/p/rog-go/parallel
The parallel package provides a way of running functions concurrently while limiting the maximum number running at once.
|
The parallel package provides a way of running functions concurrently while limiting the maximum number running at once. |
github.com/beyang/hgo
Package hgo provides read access to Mercurial repositories.
|
Package hgo provides read access to Mercurial repositories. |
github.com/beyang/hgo/changelog
Package changelog provides read access to the changelog.
|
Package changelog provides read access to the changelog. |
github.com/beyang/hgo/cmd/hgo
An example program that aims to imitate a subset of Mercurial's sub-commands.
|
An example program that aims to imitate a subset of Mercurial's sub-commands. |
github.com/beyang/hgo/revlog
Package revlog provides read access to RevlogNG files.
|
Package revlog provides read access to RevlogNG files. |
github.com/beyang/hgo/revlog/patch
The patch package provides support for calculating and applying revlog patches
|
The patch package provides support for calculating and applying revlog patches |
github.com/beyang/hgo/store
Package store provides access to Mercurial's ‘store’ repository format.
|
Package store provides access to Mercurial's ‘store’ repository format. |
github.com/coreos/etcd/metrics
Package metrics provides both a means of generating metrics and the ability to send metric data to a graphite endpoint.
|
Package metrics provides both a means of generating metrics and the ability to send metric data to a graphite endpoint. |
github.com/coreos/etcd/mod
mod is the entry point to all of the etcd modules.
|
mod is the entry point to all of the etcd modules. |
github.com/coreos/etcd/third_party/bitbucket.org/kardianos/osext
Extensions to the standard "os" package.
|
Extensions to the standard "os" package. |
github.com/coreos/etcd/third_party/code.google.com/p/gogoprotobuf/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. |
github.com/coreos/etcd/third_party/github.com/coreos/go-systemd/journal
Package journal provides write bindings to the systemd journal
|
Package journal provides write bindings to the systemd journal |
github.com/coreos/etcd/third_party/github.com/goraft/raft/protobuf
Package protobuf is a generated protocol buffer package.
|
Package protobuf is a generated protocol buffer package. |
github.com/coreos/etcd/third_party/github.com/gorilla/context
Package gorilla/context stores values shared during a request lifetime.
|
Package gorilla/context stores values shared during a request lifetime. |
github.com/coreos/etcd/third_party/github.com/gorilla/mux
Package gorilla/mux implements a request router and dispatcher.
|
Package gorilla/mux implements a request router and dispatcher. |
github.com/coreos/etcd/third_party/github.com/mreiferson/go-httpclient
Provides an HTTP Transport that implements the `RoundTripper` interface and can be used as a built in replacement for the standard library's, providing:
|
Provides an HTTP Transport that implements the `RoundTripper` interface and can be used as a built in replacement for the standard library's, providing: |
github.com/coreos/etcd/third_party/github.com/rcrowley/go-metrics
Go port of Coda Hale's Metrics library
|
Go port of Coda Hale's Metrics library |
github.com/coreos/etcd/third_party/github.com/rcrowley/go-metrics/stathat
Metrics output to StatHat.
|
Metrics output to StatHat. |
github.com/gogo/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. |
github.com/gogo/protobuf/proto/proto3_proto
Package proto3_proto is a generated protocol buffer package.
|
Package proto3_proto is a generated protocol buffer package. |
github.com/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. |
github.com/google/go-querystring/query
Package query implements encoding of structs into URL query parameters.
|
Package query implements encoding of structs into URL query parameters. |
github.com/gorilla/context
Package context stores values shared during a request lifetime.
|
Package context stores values shared during a request lifetime. |
github.com/gorilla/handlers
Package handlers is a collection of handlers for use with Go's net/http package.
|
Package handlers is a collection of handlers for use with Go's net/http package. |
github.com/gorilla/schema
Package gorilla/schema fills a struct with form values.
|
Package gorilla/schema fills a struct with form values. |
github.com/kr/pretty
Package pretty provides pretty-printing for Go values.
|
Package pretty provides pretty-printing for Go values. |
github.com/kr/text
Package text provides rudimentary functions for manipulating text in paragraphs.
|
Package text provides rudimentary functions for manipulating text in paragraphs. |
github.com/kr/text/colwriter
Package colwriter provides a write filter that formats input lines in multiple columns.
|
Package colwriter provides a write filter that formats input lines in multiple columns. |
github.com/kr/text/mc
Command mc prints in multiple columns.
|
Command mc prints in multiple columns. |
github.com/sourcegraph/mux
Package gorilla/mux implements a request router and dispatcher.
|
Package gorilla/mux implements a request router and dispatcher. |
golang.org/x/crypto/ssh
Package ssh implements an SSH client and server.
|
Package ssh implements an SSH client and server. |
golang.org/x/crypto/ssh/agent
Package agent implements a client to an ssh-agent daemon.
|
Package agent implements a client to an ssh-agent daemon. |
golang.org/x/crypto/ssh/terminal
Package terminal provides support functions for dealing with terminals, as commonly found on UNIX systems.
|
Package terminal provides support functions for dealing with terminals, as commonly found on UNIX systems. |
golang.org/x/crypto/ssh/test
This package contains integration tests for the code.google.com/p/go.crypto/ssh package.
|
This package contains integration tests for the code.google.com/p/go.crypto/ssh package. |
golang.org/x/tools/godoc/vfs
Package vfs defines types for abstract file system access and provides an implementation accessing the file system of the underlying OS.
|
Package vfs defines types for abstract file system access and provides an implementation accessing the file system of the underlying OS. |
golang.org/x/tools/godoc/vfs/gatefs
Package gatefs provides an implementation of the FileSystem interface that wraps another FileSystem and limits its concurrency.
|
Package gatefs provides an implementation of the FileSystem interface that wraps another FileSystem and limits its concurrency. |
golang.org/x/tools/godoc/vfs/httpfs
Package httpfs implements http.FileSystem using a godoc vfs.FileSystem.
|
Package httpfs implements http.FileSystem using a godoc vfs.FileSystem. |
golang.org/x/tools/godoc/vfs/mapfs
Package mapfs file provides an implementation of the FileSystem interface based on the contents of a map[string]string.
|
Package mapfs file provides an implementation of the FileSystem interface based on the contents of a map[string]string. |
golang.org/x/tools/godoc/vfs/zipfs
Package zipfs file provides an implementation of the FileSystem interface based on the contents of a .zip file.
|
Package zipfs file provides an implementation of the FileSystem interface based on the contents of a .zip file. |
gopkgs.com/vfs.v1
Package vfs implements Virtual File Systems with read-write support.
|
Package vfs implements Virtual File Systems with read-write support. |
gopkgs.com/vfs.v1/buildfs
Package buildfs allows plugging a VFS into a go/build.Context.
|
Package buildfs allows plugging a VFS into a go/build.Context. |
sourcegraph.com/sourcegraph/go-diff/diff
Package diff provides a parser for unified diffs.
|
Package diff provides a parser for unified diffs. |
sourcegraph.com/sourcegraph/go-vcs/vcs
Package vcs provides an interface for reading and manipulating repositories in version control systems.
|
Package vcs provides an interface for reading and manipulating repositories in version control systems. |
sourcegraph.com/sqs/pbtypes
Package pbtypes contains protocol buffer types (Timestamp, Void, etc.) and related helpers.
|
Package pbtypes contains protocol buffer types (Timestamp, Void, etc.) and related helpers. |
Click to show internal directories.
Click to hide internal directories.