Directories ¶
Path | Synopsis |
---|---|
_workspace
|
|
src/code.google.com/p/goauth2/oauth
Package oauth supports making OAuth2-authenticated HTTP requests.
|
Package oauth supports making OAuth2-authenticated HTTP requests. |
src/code.google.com/p/goauth2/oauth/example
This program makes a call to the specified API, authenticated with OAuth2.
|
This program makes a call to the specified API, authenticated with OAuth2. |
src/code.google.com/p/goauth2/oauth/jwt
The jwt package provides support for creating credentials for OAuth2 service account requests.
|
The jwt package provides support for creating credentials for OAuth2 service account requests. |
src/code.google.com/p/goauth2/oauth/jwt/example
This program makes a read only call to the Google Cloud Storage API, authenticated with OAuth2.
|
This program makes a read only call to the Google Cloud Storage API, authenticated with OAuth2. |
src/code.google.com/p/godec/dec
Package dec implements multi-precision decimal arithmetic.
|
Package dec implements multi-precision decimal arithmetic. |
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. |
src/github.com/facebookgo/grace
Package grace allows for gracefully waiting for a listener to finish serving it's active requests.
|
Package grace allows for gracefully waiting for a listener to finish serving it's active requests. |
src/github.com/facebookgo/grace/gracedemo
Command gracedemo implements a demo server showing how to gracefully terminate an HTTP server using grace.
|
Command gracedemo implements a demo server showing how to gracefully terminate an HTTP server using grace. |
src/github.com/facebookgo/grace/gracehttp
Package gracehttp provides easy to use graceful restart functionality for HTTP server.
|
Package gracehttp provides easy to use graceful restart functionality for HTTP server. |
src/github.com/facebookgo/grace/gracehttp/testserver
Command testserver implements a test case.
|
Command testserver implements a test case. |
src/github.com/facebookgo/grace/gracenet
Package gracenet provides a family of Listen functions that either open a fresh connection or provide an inherited connection from when the process was started.
|
Package gracenet provides a family of Listen functions that either open a fresh connection or provide an inherited connection from when the process was started. |
src/github.com/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 |
src/github.com/gorilla/context
Package context stores values shared during a request lifetime.
|
Package context stores values shared during a request lifetime. |
src/github.com/gorilla/mux
Package gorilla/mux implements a request router and dispatcher.
|
Package gorilla/mux implements a request router and dispatcher. |
src/github.com/jtolds/gls
Package gls implements goroutine-local storage.
|
Package gls implements goroutine-local storage. |
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. |
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. |
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. |
src/github.com/smartystreets/goconvey/convey/assertions/oglemock/createmock
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. |
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. |
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. |
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. |
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. |
src/github.com/smartystreets/goconvey/convey/gotest
Package gotest contains internal functionality.
|
Package gotest contains internal functionality. |
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. |
src/github.com/stripe/stripe-go
Package stripe provides the binding for Stripe REST APIs.
|
Package stripe provides the binding for Stripe REST APIs. |
src/github.com/stripe/stripe-go/account
Package account provides the /account APIs
|
Package account provides the /account APIs |
src/github.com/stripe/stripe-go/balance
Package balance provides the /balance APIs
|
Package balance provides the /balance APIs |
src/github.com/stripe/stripe-go/card
Package card provides the /cards APIs
|
Package card provides the /cards APIs |
src/github.com/stripe/stripe-go/charge
Package charge provides the /charges APIs
|
Package charge provides the /charges APIs |
src/github.com/stripe/stripe-go/client
Package client provides a Stripe client for invoking APIs across all resources
|
Package client provides a Stripe client for invoking APIs across all resources |
src/github.com/stripe/stripe-go/coupon
Package coupon provides the /coupons APIs
|
Package coupon provides the /coupons APIs |
src/github.com/stripe/stripe-go/currency
Package currency provides the list of currency codes
|
Package currency provides the list of currency codes |
src/github.com/stripe/stripe-go/customer
Package customer provides the /customes APIs
|
Package customer provides the /customes APIs |
src/github.com/stripe/stripe-go/discount
Package discount provides the discount-related APIs
|
Package discount provides the discount-related APIs |
src/github.com/stripe/stripe-go/dispute
Package dispute provides the dispute-related APIs
|
Package dispute provides the dispute-related APIs |
src/github.com/stripe/stripe-go/event
Package event provides the /events APIs
|
Package event provides the /events APIs |
src/github.com/stripe/stripe-go/fee
Package fee provides the /application_fees APIs
|
Package fee provides the /application_fees APIs |
src/github.com/stripe/stripe-go/feerefund
Package feerefund provides the /application_fees/refunds APIs
|
Package feerefund provides the /application_fees/refunds APIs |
src/github.com/stripe/stripe-go/invoice
Package invoice provides the /invoices APIs
|
Package invoice provides the /invoices APIs |
src/github.com/stripe/stripe-go/invoiceitem
Package invoiceitem provides the /invoiceitems APIs
|
Package invoiceitem provides the /invoiceitems APIs |
src/github.com/stripe/stripe-go/plan
Package plan provides the /plans APIs
|
Package plan provides the /plans APIs |
src/github.com/stripe/stripe-go/recipient
Package recipient provides the /recipients APIs
|
Package recipient provides the /recipients APIs |
src/github.com/stripe/stripe-go/refund
Package refund provides the /refunds APIs
|
Package refund provides the /refunds APIs |
src/github.com/stripe/stripe-go/sub
Package sub provides the /subscriptions APIs
|
Package sub provides the /subscriptions APIs |
src/github.com/stripe/stripe-go/token
Package token provides the /tokens APIs
|
Package token provides the /tokens APIs |
src/github.com/stripe/stripe-go/transfer
Package transfer provides the /transfers APIs
|
Package transfer provides the /transfers APIs |
src/github.com/stripe/stripe-go/utils
Package utils provides internal utilities
|
Package utils provides internal utilities |
src/golang.org/x/crypto/bcrypt
Package bcrypt implements Provos and Mazières's bcrypt adaptive hashing algorithm.
|
Package bcrypt implements Provos and Mazières's bcrypt adaptive hashing algorithm. |
src/golang.org/x/crypto/blowfish
Package blowfish implements Bruce Schneier's Blowfish encryption algorithm.
|
Package blowfish implements Bruce Schneier's Blowfish encryption algorithm. |
src/golang.org/x/crypto/pbkdf2
Package pbkdf2 implements the key derivation function PBKDF2 as defined in RFC 2898 / PKCS #5 v2.0.
|
Package pbkdf2 implements the key derivation function PBKDF2 as defined in RFC 2898 / PKCS #5 v2.0. |
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. |
src/golang.org/x/text/language
Package language implements BCP 47 language tags and related functionality.
|
Package language implements BCP 47 language tags and related functionality. |
src/gopkg.in/inconshreveable/log15.v2
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. |
src/gopkg.in/inconshreveable/log15.v2/stack
Package stack implements utilities to capture, manipulate, and format call stacks.
|
Package stack implements utilities to capture, manipulate, and format call stacks. |
Click to show internal directories.
Click to hide internal directories.