 Directories
      ¶
      Directories
      ¶
    
    | Path | Synopsis | 
|---|---|
| github.com
       | |
| 
          
            BurntSushi/toml/cmd/tomlv
            
            command
          
          
         | |
| 
          
            Unknwon/com
            
            
          
           Package com is an open source project for commonly used functions for the Go programming language. | Package com is an open source project for commonly used functions for the Go programming language. | 
| 
          
            aws/aws-sdk-go/aws
            
            
          
           Package aws provides core functionality for making requests to AWS services. | Package aws provides core functionality for making requests to AWS services. | 
| 
          
            aws/aws-sdk-go/aws/awserr
            
            
          
           Package awserr represents API error interface accessors for the SDK. | Package awserr represents API error interface accessors for the SDK. | 
| 
          
            aws/aws-sdk-go/aws/credentials
            
            
          
           Package credentials provides credential retrieval and management | Package credentials provides credential retrieval and management | 
| 
          
            aws/aws-sdk-go/aws/credentials/stscreds
            
            
          
           Package stscreds are credential Providers to retrieve STS AWS credentials. | Package stscreds are credential Providers to retrieve STS AWS credentials. | 
| 
          
            aws/aws-sdk-go/aws/defaults
            
            
          
           Package defaults is a collection of helpers to retrieve the SDK's default configuration and handlers. | Package defaults is a collection of helpers to retrieve the SDK's default configuration and handlers. | 
| 
          
            aws/aws-sdk-go/aws/ec2metadata
            
            
          
           Package ec2metadata provides the client for making API calls to the EC2 Metadata service. | Package ec2metadata provides the client for making API calls to the EC2 Metadata service. | 
| 
          
            aws/aws-sdk-go/aws/session
            
            
          
           Package session provides a way to create service clients with shared configuration and handlers. | Package session provides a way to create service clients with shared configuration and handlers. | 
| 
          
            aws/aws-sdk-go/internal/endpoints
            
            
          
           Package endpoints validates regional endpoints for services. | Package endpoints validates regional endpoints for services. | 
| 
          
            aws/aws-sdk-go/internal/protocol/ec2query
            
            
          
           Package ec2query provides serialisation of AWS EC2 requests and responses. | Package ec2query provides serialisation of AWS EC2 requests and responses. | 
| 
          
            aws/aws-sdk-go/internal/protocol/query
            
            
          
           Package query provides serialisation of AWS query requests, and responses. | Package query provides serialisation of AWS query requests, and responses. | 
| 
          
            aws/aws-sdk-go/internal/protocol/rest
            
            
          
           Package rest provides RESTful serialisation of AWS requests and responses. | Package rest provides RESTful serialisation of AWS requests and responses. | 
| 
          
            aws/aws-sdk-go/internal/protocol/xml/xmlutil
            
            
          
           Package xmlutil provides XML serialisation of AWS requests and responses. | Package xmlutil provides XML serialisation of AWS requests and responses. | 
| 
          
            aws/aws-sdk-go/internal/signer/v4
            
            
          
           Package v4 implements signing for AWS V4 signer | Package v4 implements signing for AWS V4 signer | 
| 
          
            aws/aws-sdk-go/private/endpoints
            
            
          
           Package endpoints validates regional endpoints for services. | Package endpoints validates regional endpoints for services. | 
| 
          
            aws/aws-sdk-go/private/protocol/ec2query
            
            
          
           Package ec2query provides serialisation of AWS EC2 requests and responses. | Package ec2query provides serialisation of AWS EC2 requests and responses. | 
| 
          
            aws/aws-sdk-go/private/protocol/query
            
            
          
           Package query provides serialisation of AWS query requests, and responses. | Package query provides serialisation of AWS query requests, and responses. | 
| 
          
            aws/aws-sdk-go/private/protocol/rest
            
            
          
           Package rest provides RESTful serialization of AWS requests and responses. | Package rest provides RESTful serialization of AWS requests and responses. | 
| 
          
            aws/aws-sdk-go/private/protocol/xml/xmlutil
            
            
          
           Package xmlutil provides XML serialisation of AWS requests and responses. | Package xmlutil provides XML serialisation of AWS requests and responses. | 
| 
          
            aws/aws-sdk-go/private/signer/v4
            
            
          
           Package v4 implements signing for AWS V4 signer | Package v4 implements signing for AWS V4 signer | 
| 
          
            aws/aws-sdk-go/service/cloudwatch
            
            
          
           Package cloudwatch provides a client for Amazon CloudWatch. | Package cloudwatch provides a client for Amazon CloudWatch. | 
| 
          
            aws/aws-sdk-go/service/cloudwatch/cloudwatchiface
            
            
          
           Package cloudwatchiface provides an interface for the Amazon CloudWatch. | Package cloudwatchiface provides an interface for the Amazon CloudWatch. | 
| 
          
            aws/aws-sdk-go/service/ec2
            
            
          
           Package ec2 provides a client for Amazon Elastic Compute Cloud. | Package ec2 provides a client for Amazon Elastic Compute Cloud. | 
| 
          
            aws/aws-sdk-go/service/ec2/ec2iface
            
            
          
           Package ec2iface provides an interface for the Amazon Elastic Compute Cloud. | Package ec2iface provides an interface for the Amazon Elastic Compute Cloud. | 
| 
          
            aws/aws-sdk-go/service/sts
            
            
          
           Package sts provides a client for AWS Security Token Service. | Package sts provides a client for AWS Security Token Service. | 
| 
          
            aws/aws-sdk-go/service/sts/stsiface
            
            
          
           Package stsiface provides an interface for the AWS Security Token Service. | Package stsiface provides an interface for the AWS Security Token Service. | 
| 
          
            bradfitz/gomemcache/memcache
            
            
          
           Package memcache provides a client for the memcached cache server. | Package memcache provides a client for the memcached cache server. | 
| 
          
            codegangsta/cli
            
            
          
           Package cli provides a minimal framework for creating and organizing command line Go applications. | Package cli provides a minimal framework for creating and organizing command line Go applications. | 
| 
          
            davecgh/go-spew/spew
            
            
          
           Package spew implements a deep pretty printer for Go data structures to aid in debugging. | Package spew implements a deep pretty printer for Go data structures to aid in debugging. | 
| 
          
            fatih/color
            
            
          
           Package color is an ANSI color package to output colorized or SGR defined output to the standard output. | Package color is an ANSI color package to output colorized or SGR defined output to the standard output. | 
| 
          
            go-ini/ini
            
            
          
           Package ini provides INI file read and write functionality in Go. | Package ini provides INI file read and write functionality in Go. | 
| 
          
            go-ldap/ldap
            
            
          
           Package ldap provides basic LDAP v3 functionality. | Package ldap provides basic LDAP v3 functionality. | 
| 
          
            go-macaron/binding
            
            
          
           Package binding is a middleware that provides request data binding and validation for Macaron. | Package binding is a middleware that provides request data binding and validation for Macaron. | 
| 
          
            go-macaron/inject
            
            
          
           Package inject provides utilities for mapping and injecting dependencies in various ways. | Package inject provides utilities for mapping and injecting dependencies in various ways. | 
| 
          
            go-macaron/session
            
            
          
           Package session a middleware that provides the session management of Macaron. | Package session a middleware that provides the session management of Macaron. | 
| 
          
            go-sql-driver/mysql
            
            
          
           Package mysql provides a MySQL driver for Go's database/sql package | Package mysql provides a MySQL driver for Go's database/sql package | 
| 
          
            go-stack/stack
            
            
          
           Package stack implements utilities to capture, manipulate, and format call stacks. | Package stack implements utilities to capture, manipulate, and format call stacks. | 
| 
          
            go-xorm/xorm
            
            
          
           Package xorm is a simple and powerful ORM for Go. | Package xorm is a simple and powerful ORM for Go. | 
| 
          
            go-xorm/xorm/examples
            
            command
          
          
         | |
| 
          
            gorilla/websocket
            
            
          
           Package websocket implements the WebSocket protocol defined in RFC 6455. | Package websocket implements the WebSocket protocol defined in RFC 6455. | 
| 
          
            gosimple/slug
            
            
          
           Package slug generate slug from unicode string, URL-friendly slugify with multiple languages support. | Package slug generate slug from unicode string, URL-friendly slugify with multiple languages support. | 
| 
          
            inconshreveable/log15
            
            
          
           Package log15 provides an opinionated, simple toolkit for best-practice logging that is both human and machine readable. | Package log15 provides an opinionated, simple toolkit for best-practice logging that is both human and machine readable. | 
| 
          
            jtolds/gls
            
            
          
           Package gls implements goroutine-local storage. | Package gls implements goroutine-local storage. | 
| 
          
            klauspost/compress/flate
            
            
          
           Package flate implements the DEFLATE compressed data format, described in RFC 1951. | Package flate implements the DEFLATE compressed data format, described in RFC 1951. | 
| 
          
            klauspost/compress/gzip
            
            
          
           Package gzip implements reading and writing of gzip format compressed files, as specified in RFC 1952. | Package gzip implements reading and writing of gzip format compressed files, as specified in RFC 1952. | 
| 
          
            klauspost/cpuid
            
            
          
           Package cpuid provides information about the CPU running the current program. | Package cpuid provides information about the CPU running the current program. | 
| 
          
            klauspost/crc32
            
            
          
           Package crc32 implements the 32-bit cyclic redundancy check, or CRC-32, checksum. | Package crc32 implements the 32-bit cyclic redundancy check, or CRC-32, checksum. | 
| 
          
            kr/pretty
            
            
          
           Package pretty provides pretty-printing for Go values. | Package pretty provides pretty-printing for Go values. | 
| 
          
            kr/text
            
            
          
           Package text provides rudimentary functions for manipulating text in paragraphs. | Package text provides rudimentary functions for manipulating text in paragraphs. | 
| 
          
            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. | 
| 
          
            kr/text/mc
            
            command
          
           Command mc prints in multiple columns. | Command mc prints in multiple columns. | 
| 
          
            lib/pq
            
            
          
           Package pq is a pure Go Postgres driver for the database/sql package. | Package pq is a pure Go Postgres driver for the database/sql package. | 
| 
          
            lib/pq/listen_example
            
            
          
           Below you will find a self-contained Go program which uses the LISTEN / NOTIFY mechanism to avoid polling the database while waiting for more work to arrive. | Below you will find a self-contained Go program which uses the LISTEN / NOTIFY mechanism to avoid polling the database while waiting for more work to arrive. | 
| 
          
            lib/pq/oid
            
            
          
           Package oid contains OID constants as defined by the Postgres server. | Package oid contains OID constants as defined by the Postgres server. | 
| 
          
            mattn/go-isatty
            
            
          
           Package isatty implements interface to isatty | Package isatty implements interface to isatty | 
| 
          
            mattn/go-sqlite3
            
            
          
           Package sqlite3 provides interface to SQLite3 databases. | Package sqlite3 provides interface to SQLite3 databases. | 
| 
          
            rainycape/unidecode
            
            
          
           Package unidecode implements a unicode transliterator which replaces non-ASCII characters with their ASCII approximations. | Package unidecode implements a unicode transliterator which replaces non-ASCII characters with their ASCII approximations. | 
| 
          
            smartystreets/goconvey/convey
            
            
          
           Package convey contains all of the public-facing entry points to this project. | Package convey contains all of the public-facing entry points to this project. | 
| 
          
            smartystreets/goconvey/convey/assertions
            
            
          
           Package assertions contains the implementations for all assertions which are referenced in the convey package for use with the So(...) method. | Package assertions contains the implementations for all assertions which are referenced in the convey package for use with the So(...) method. | 
| 
          
            smartystreets/goconvey/convey/assertions/oglematchers
            
            
          
           Package oglematchers provides a set of matchers useful in a testing or mocking framework. | Package oglematchers provides a set of matchers useful in a testing or mocking framework. | 
| 
          
            smartystreets/goconvey/convey/assertions/oglemock/createmock
            
            command
          
           createmock is used to generate source code for mock versions of interfaces from installed packages. | createmock is used to generate source code for mock versions of interfaces from installed packages. | 
| 
          
            smartystreets/goconvey/convey/assertions/oglemock/generate
            
            
          
           Package generate implements code generation for mock classes. | Package generate implements code generation for mock classes. | 
| 
          
            smartystreets/goconvey/convey/assertions/oglemock/generate/test_cases/complicated_pkg
            
            
          
           Package complicated_pkg contains an interface with lots of interesting cases, for use in integration testing. | Package complicated_pkg contains an interface with lots of interesting cases, for use in integration testing. | 
| 
          
            smartystreets/goconvey/convey/assertions/oglemock/generate/test_cases/renamed_pkg
            
            
          
           A package that calls itself something different than its package path would have you believe. | A package that calls itself something different than its package path would have you believe. | 
| 
          
            smartystreets/goconvey/convey/assertions/ogletest
            
            
          
           Package ogletest provides a framework for writing expressive unit tests. | Package ogletest provides a framework for writing expressive unit tests. | 
| 
          
            smartystreets/goconvey/convey/gotest
            
            
          
           Package gotest contains internal functionality. | Package gotest contains internal functionality. | 
| 
          
            smartystreets/goconvey/convey/reporting
            
            
          
           Package reporting contains internal functionality related to console reporting and output. | Package reporting contains internal functionality related to console reporting and output. | 
| 
          
            streadway/amqp
            
            
          
           AMQP 0.9.1 client with RabbitMQ extensions | AMQP 0.9.1 client with RabbitMQ extensions | 
| golang.org
       | |
| 
          
            x/net/context
            
            
          
           Package context defines the Context type, which carries deadlines, cancelation signals, and other request-scoped values across API boundaries and between processes. | Package context defines the Context type, which carries deadlines, cancelation signals, and other request-scoped values across API boundaries and between processes. | 
| 
          
            x/oauth2
            
            
          
           Package oauth2 provides support for making OAuth2 authorized and authenticated HTTP requests. | Package oauth2 provides support for making OAuth2 authorized and authenticated HTTP requests. | 
| 
          
            x/oauth2/facebook
            
            
          
           Package facebook provides constants for using OAuth2 to access Facebook. | Package facebook provides constants for using OAuth2 to access Facebook. | 
| 
          
            x/oauth2/github
            
            
          
           Package github provides constants for using OAuth2 to access Github. | Package github provides constants for using OAuth2 to access Github. | 
| 
          
            x/oauth2/google
            
            
          
           Package google provides support for making OAuth2 authorized and authenticated HTTP requests to Google APIs. | Package google provides support for making OAuth2 authorized and authenticated HTTP requests to Google APIs. | 
| 
          
            x/oauth2/internal
            
            
          
           Package internal contains support packages for oauth2 package. | Package internal contains support packages for oauth2 package. | 
| 
          
            x/oauth2/jws
            
            
          
           Package jws provides encoding and decoding utilities for signed JWS messages. | Package jws provides encoding and decoding utilities for signed JWS messages. | 
| 
          
            x/oauth2/jwt
            
            
          
           Package jwt implements the OAuth 2.0 JSON Web Token flow, commonly known as "two-legged OAuth 2.0". | Package jwt implements the OAuth 2.0 JSON Web Token flow, commonly known as "two-legged OAuth 2.0". | 
| 
          
            x/oauth2/linkedin
            
            
          
           Package linkedin provides constants for using OAuth2 to access LinkedIn. | Package linkedin provides constants for using OAuth2 to access LinkedIn. | 
| 
          
            x/oauth2/odnoklassniki
            
            
          
           Package odnoklassniki provides constants for using OAuth2 to access Odnoklassniki. | Package odnoklassniki provides constants for using OAuth2 to access Odnoklassniki. | 
| 
          
            x/oauth2/paypal
            
            
          
           Package paypal provides constants for using OAuth2 to access PayPal. | Package paypal provides constants for using OAuth2 to access PayPal. | 
| 
          
            x/oauth2/vk
            
            
          
           Package vk provides constants for using OAuth2 to access VK.com. | Package vk provides constants for using OAuth2 to access VK.com. | 
| 
          
            x/sys/unix
            
            
          
           Package unix contains an interface to the low-level operating system primitives. | Package unix contains an interface to the low-level operating system primitives. | 
| gopkg.in
       | |
| 
          
            bufio.v1
            
            
          
           Package bufio implements buffered I/O. It wraps an io.Reader or io.Writer object, creating another object (Reader or Writer) that also implements the interface but provides buffering and some help for textual I/O. | Package bufio implements buffered I/O. It wraps an io.Reader or io.Writer object, creating another object (Reader or Writer) that also implements the interface but provides buffering and some help for textual I/O. | 
| 
          
            ini.v1
            
            
          
           Package ini provides INI file read and write functionality in Go. | Package ini provides INI file read and write functionality in Go. | 
| 
          
            macaron.v1
            
            
          
           Package macaron is a high productive and modular web framework in Go. | Package macaron is a high productive and modular web framework in Go. | 
| 
          
            redis.v2
            
            
          
           Package redis implements a Redis client. | Package redis implements a Redis client. | 
 Click to show internal directories. 
   Click to hide internal directories.