 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    There is no documentation for this package.
       Source Files
      ¶
      Source Files
      ¶
    
- main.go
       Directories
      ¶
      Directories
      ¶
    
    | Path | Synopsis | 
|---|---|
| Godeps
       | |
| 
          
            _workspace/src/github.com/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. | 
| 
          
            _workspace/src/github.com/Unknwon/macaron
            
            
          
           Package macaron is a high productive and modular design web framework in Go. | Package macaron is a high productive and modular design web framework in Go. | 
| 
          
            _workspace/src/github.com/Unknwon/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. | 
| 
          
            _workspace/src/github.com/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. | 
| 
          
            _workspace/src/github.com/go-sql-driver/mysql
            
            
          
           Go MySQL Driver - A MySQL-Driver for Go's database/sql package | Go MySQL Driver - A MySQL-Driver for Go's database/sql package | 
| 
          
            _workspace/src/github.com/go-xorm/xorm
            
            
          
           Package xorm is a simple and powerful ORM for Go. | Package xorm is a simple and powerful ORM for Go. | 
| 
          
            _workspace/src/github.com/jtolds/gls
            
            
          
           Package gls implements goroutine-local storage. | Package gls implements goroutine-local storage. | 
| 
          
            _workspace/src/github.com/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. | 
| 
          
            _workspace/src/github.com/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. | 
| 
          
            _workspace/src/github.com/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. | 
| 
          
            _workspace/src/github.com/macaron-contrib/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. | 
| 
          
            _workspace/src/github.com/macaron-contrib/session
            
            
          
           Package session a middleware that provides the session manager of Macaron. | Package session a middleware that provides the session manager of Macaron. | 
| 
          
            _workspace/src/github.com/mattn/go-sqlite3
            
            
          
           Package sqlite3 provides interface to SQLite3 databases. | Package sqlite3 provides interface to SQLite3 databases. | 
| 
          
            _workspace/src/github.com/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. | 
| 
          
            _workspace/src/github.com/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. | 
| 
          
            _workspace/src/github.com/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. | 
| 
          
            _workspace/src/github.com/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. | 
| 
          
            _workspace/src/github.com/smartystreets/goconvey/convey/assertions/oglemock/generate
            
            
          
           Package generate implements code generation for mock classes. | Package generate implements code generation for mock classes. | 
| 
          
            _workspace/src/github.com/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. | 
| 
          
            _workspace/src/github.com/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. | 
| 
          
            _workspace/src/github.com/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. | 
| 
          
            _workspace/src/github.com/smartystreets/goconvey/convey/gotest
            
            
          
           Package gotest contains internal functionality. | Package gotest contains internal functionality. | 
| 
          
            _workspace/src/github.com/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. | 
| 
          
            _workspace/src/github.com/streadway/amqp
            
            
          
           AMQP 0.9.1 client with RabbitMQ extensions | AMQP 0.9.1 client with RabbitMQ extensions | 
| 
          
            _workspace/src/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. | 
| 
          
            _workspace/src/golang.org/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. | 
| 
          
            _workspace/src/golang.org/x/oauth2/github
            
            
          
           Package github provides constants for using OAuth2 to access Github. | Package github provides constants for using OAuth2 to access Github. | 
| 
          
            _workspace/src/golang.org/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. | 
| 
          
            _workspace/src/golang.org/x/oauth2/internal
            
            
          
           Package internal contains support packages for oauth2 package. | Package internal contains support packages for oauth2 package. | 
| 
          
            _workspace/src/golang.org/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. | 
| 
          
            _workspace/src/gopkg.in/ini.v1
            
            
          
           Package ini provides INI file read and write functionality in Go. | Package ini provides INI file read and write functionality in Go. | 
| pkg
       | |
 Click to show internal directories. 
   Click to hide internal directories. 

