Directories
      ¶
    
    | Path | Synopsis | 
|---|---|
| 
       github.com
        | 
      |
| 
         
          
            armon/go-metrics/prometheus
            
            
          
           
      +build go1.3 
         | 
      +build go1.3 | 
| 
         
          
            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 | 
| 
         
          
            google/go-github/github
            
            
          
           
      Package github provides a client for using the GitHub API. 
         | 
      Package github provides a client for using the GitHub API. | 
| 
         
          
            google/go-querystring/query
            
            
          
           
      Package query implements encoding of structs into URL query parameters. 
         | 
      Package query implements encoding of structs into URL query parameters. | 
| 
         
          
            hashicorp/aws-sdk-go/aws
            
            
          
           
      Package aws contains support code for the various AWS clients in the github.com/hashicorp/aws-sdk-go/gen subpackages. 
         | 
      Package aws contains support code for the various AWS clients in the github.com/hashicorp/aws-sdk-go/gen subpackages. | 
| 
         
          
            hashicorp/aws-sdk-go/gen/endpoints
            
            
          
           
      Package endpoints provides lookups for all AWS service endpoints. 
         | 
      Package endpoints provides lookups for all AWS service endpoints. | 
| 
         
          
            hashicorp/aws-sdk-go/gen/iam
            
            
          
           
      Package iam provides a client for AWS Identity and Access Management. 
         | 
      Package iam provides a client for AWS Identity and Access Management. | 
| 
         
          
            hashicorp/errwrap
            
            
          
           
      Package errwrap implements methods to formalize error wrapping in Go. 
         | 
      Package errwrap implements methods to formalize error wrapping in Go. | 
| 
         
          
            hashicorp/golang-lru
            
            
          
           
      This package provides a simple LRU cache. 
         | 
      This package provides a simple LRU cache. | 
| 
         
          
            hashicorp/hcl
            
            
          
           
      hcl is a package for decoding HCL into usable Go structures. 
         | 
      hcl is a package for decoding HCL into usable Go structures. | 
| 
         
          
            hashicorp/logutils
            
            
          
           
      Package logutils augments the standard log package with levels. 
         | 
      Package logutils augments the standard log package with levels. | 
| 
         
          
            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. | 
| 
         
          
            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. | 
| 
         
          
            mitchellh/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. | 
| 
         
          
            vaughan0/go-ini
            
            
          
           
      Package ini provides functions for parsing INI configuration files. 
         | 
      Package ini provides functions for parsing INI configuration files. | 
| 
       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. | 
| 
         
          
            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/clientcredentials
            
            
          
           
      Package clientcredentials implements the OAuth2.0 "client credentials" token flow, also known as the "two-legged OAuth 2.0". 
         | 
      Package clientcredentials implements the OAuth2.0 "client credentials" token flow, also known as the "two-legged OAuth 2.0". | 
| 
         
          
            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. | 
 Click to show internal directories. 
   Click to hide internal directories.