 Directories
      ¶
      Directories
      ¶
    
    | Path | Synopsis | 
|---|---|
| armon
       | |
| 
          
            go-metrics/prometheus
            
            
          
           +build go1.3 | +build go1.3 | 
| 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-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-sdk-go/aws/credentials
            
            
          
           Package credentials provides credential retrieval and management The Credentials is the primary method of getting access to and managing credentials Values. | Package credentials provides credential retrieval and management The Credentials is the primary method of getting access to and managing credentials Values. | 
| 
          
            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-sdk-go/internal/endpoints
            
            
          
           Package endpoints validates regional endpoints for services. | Package endpoints validates regional endpoints for services. | 
| 
          
            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-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-sdk-go/internal/protocol/rest
            
            
          
           Package rest provides RESTful serialization of AWS requests and responses. | Package rest provides RESTful serialization of AWS requests and responses. | 
| 
          
            aws-sdk-go/internal/protocol/restxml
            
            
          
           Package restxml provides RESTful XML serialisation of AWS requests and responses. | Package restxml provides RESTful XML serialisation of AWS requests and responses. | 
| 
          
            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-sdk-go/internal/signer/v4
            
            
          
           Package v4 implements signing for AWS V4 signer | Package v4 implements signing for AWS V4 signer | 
| 
          
            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-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-sdk-go/service/iam
            
            
          
           Package iam provides a client for AWS Identity and Access Management. | Package iam provides a client for AWS Identity and Access Management. | 
| 
          
            aws-sdk-go/service/iam/iamiface
            
            
          
           Package iamiface provides an interface for the AWS Identity and Access Management. | Package iamiface provides an interface for the AWS Identity and Access Management. | 
| 
          
            aws-sdk-go/service/s3
            
            
          
           Package s3 provides a client for Amazon Simple Storage Service. | Package s3 provides a client for Amazon Simple Storage Service. | 
| 
          
            aws-sdk-go/service/s3/s3iface
            
            
          
           Package s3iface provides an interface for the Amazon Simple Storage Service. | Package s3iface provides an interface for the Amazon Simple Storage Service. | 
| coreos
       | |
| dgrijalva
       | |
| 
          
            jwt-go
            
            
          
           Package jwt is a Go implementation of JSON Web Tokens: http://self-issued.info/docs/draft-jones-json-web-token.html See README.md for more info. | Package jwt is a Go implementation of JSON Web Tokens: http://self-issued.info/docs/draft-jones-json-web-token.html See README.md for more info. | 
| 
          
            jwt-go/cmd/jwt
            
            command
          
           A useful example app. | A useful example app. | 
| duosecurity
       | |
| fatih
       | |
| 
          
            structs
            
            
          
           Package structs contains various utilities functions to work with structs. | Package structs contains various utilities functions to work with structs. | 
| go-ldap
       | |
| 
          
            ldap
            
            
          
           Package ldap provides basic LDAP v3 functionality. | Package ldap provides basic LDAP v3 functionality. | 
| go-sql-driver
       | |
| 
          
            mysql
            
            
          
           Go MySQL Driver - A MySQL-Driver for Go's database/sql package The driver should be used via the database/sql package: import "database/sql" import _ "github.com/go-sql-driver/mysql" db, err := sql.Open("mysql", "user:password@/dbname") See https://github.com/go-sql-driver/mysql#usage for details | Go MySQL Driver - A MySQL-Driver for Go's database/sql package The driver should be used via the database/sql package: import "database/sql" import _ "github.com/go-sql-driver/mysql" db, err := sql.Open("mysql", "user:password@/dbname") See https://github.com/go-sql-driver/mysql#usage for details | 
| Package gocql implements a fast and robust Cassandra driver for the Go programming language. | Package gocql implements a fast and robust Cassandra driver for the Go programming language. | 
| 
          
            gocql/lru
            
            
          
           Package lru implements an LRU cache. | Package lru implements an LRU cache. | 
| golang
       | |
| 
          
            snappy
            
            
          
           Package snappy implements the snappy block-based compression format. | Package snappy implements the snappy block-based compression format. | 
| 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. | 
| hashicorp
       | |
| 
          
            errwrap
            
            
          
           Package errwrap implements methods to formalize error wrapping in Go. | Package errwrap implements methods to formalize error wrapping in Go. | 
| 
          
            golang-lru
            
            
          
           This package provides a simple LRU cache. | This package provides a simple LRU cache. | 
| 
          
            hcl
            
            
          
           hcl is a package for decoding HCL into usable Go structures. | hcl is a package for decoding HCL into usable Go structures. | 
| 
          
            logutils
            
            
          
           Package logutils augments the standard log package with levels. | Package logutils augments the standard log package with levels. | 
| kardianos
       | |
| 
          
            osext
            
            
          
           Extensions to the standard "os" package. | Extensions to the standard "os" package. | 
| 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. | 
| 
          
            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. | 
| 
          
            pq/oid
            
            
          
           Package oid contains OID constants as defined by the Postgres server. | Package oid contains OID constants as defined by the Postgres server. | 
| 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. | 
| 
          
            reflectwalk
            
            
          
           reflectwalk is a package that allows you to "walk" complex structures similar to how you may "walk" a filesystem: visiting every element one by one and calling callback functions allowing you to handle and manipulate those elements. | reflectwalk is a package that allows you to "walk" complex structures similar to how you may "walk" a filesystem: visiting every element one by one and calling callback functions allowing you to handle and manipulate those elements. | 
| ryanuber
       | |
| samuel
       | |
| 
          
            go-zookeeper/zk
            
            
          
           Package zk is a native Go client library for the ZooKeeper orchestration service. | Package zk is a native Go client library for the ZooKeeper orchestration service. | 
| ugorji
       | |
| 
          
            go/codec
            
            
          
           High Performance, Feature-Rich Idiomatic Go codec/encoding library for binc, msgpack, cbor, json. | High Performance, Feature-Rich Idiomatic Go codec/encoding library for binc, msgpack, cbor, json. | 
| 
          
            go/codec/codecgen
            
            command
          
           codecgen generates codec.Selfer implementations for a set of types. | codecgen generates codec.Selfer implementations for a set of types. | 
| vaughan0
       | |
| 
          
            go-ini
            
            
          
           Package ini provides functions for parsing INI configuration files. | Package ini provides functions for parsing INI configuration files. | 
 Click to show internal directories. 
   Click to hide internal directories.