src/

directory
v0.0.0-...-b3f3fbb Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 2, 2015 License: Apache-2.0

Directories

Path Synopsis
code.google.com
p/goauth2/oauth
Package oauth supports making OAuth2-authenticated HTTP requests.
Package oauth supports making OAuth2-authenticated HTTP requests.
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.
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.
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.
p/godec/dec
Package dec implements multi-precision decimal arithmetic.
Package dec implements multi-precision decimal arithmetic.
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.
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.
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.
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.
facebookgo/grace/gracehttp/testserver
Command testserver implements a test case.
Command testserver implements a test case.
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.
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
gorilla/context
Package context stores values shared during a request lifetime.
Package context stores values shared during a request lifetime.
gorilla/mux
Package gorilla/mux implements a request router and dispatcher.
Package gorilla/mux implements a request router and dispatcher.
jtolds/gls
Package gls implements goroutine-local storage.
Package gls implements goroutine-local storage.
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
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.
stripe/stripe-go
Package stripe provides the binding for Stripe REST APIs.
Package stripe provides the binding for Stripe REST APIs.
stripe/stripe-go/account
Package account provides the /account APIs
Package account provides the /account APIs
stripe/stripe-go/balance
Package balance provides the /balance APIs
Package balance provides the /balance APIs
stripe/stripe-go/card
Package card provides the /cards APIs
Package card provides the /cards APIs
stripe/stripe-go/charge
Package charge provides the /charges APIs
Package charge provides the /charges APIs
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
stripe/stripe-go/coupon
Package coupon provides the /coupons APIs
Package coupon provides the /coupons APIs
stripe/stripe-go/currency
Package currency provides the list of currency codes
Package currency provides the list of currency codes
stripe/stripe-go/customer
Package customer provides the /customes APIs
Package customer provides the /customes APIs
stripe/stripe-go/discount
Package discount provides the discount-related APIs
Package discount provides the discount-related APIs
stripe/stripe-go/dispute
Package dispute provides the dispute-related APIs
Package dispute provides the dispute-related APIs
stripe/stripe-go/event
Package event provides the /events APIs
Package event provides the /events APIs
stripe/stripe-go/fee
Package fee provides the /application_fees APIs
Package fee provides the /application_fees APIs
stripe/stripe-go/feerefund
Package feerefund provides the /application_fees/refunds APIs
Package feerefund provides the /application_fees/refunds APIs
stripe/stripe-go/invoice
Package invoice provides the /invoices APIs
Package invoice provides the /invoices APIs
stripe/stripe-go/invoiceitem
Package invoiceitem provides the /invoiceitems APIs
Package invoiceitem provides the /invoiceitems APIs
stripe/stripe-go/plan
Package plan provides the /plans APIs
Package plan provides the /plans APIs
stripe/stripe-go/recipient
Package recipient provides the /recipients APIs
Package recipient provides the /recipients APIs
stripe/stripe-go/refund
Package refund provides the /refunds APIs
Package refund provides the /refunds APIs
stripe/stripe-go/sub
Package sub provides the /subscriptions APIs
Package sub provides the /subscriptions APIs
stripe/stripe-go/token
Package token provides the /tokens APIs
Package token provides the /tokens APIs
stripe/stripe-go/transfer
Package transfer provides the /transfers APIs
Package transfer provides the /transfers APIs
stripe/stripe-go/utils
Package utils provides internal utilities
Package utils provides internal utilities
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.
x/crypto/blowfish
Package blowfish implements Bruce Schneier's Blowfish encryption algorithm.
Package blowfish implements Bruce Schneier's Blowfish encryption algorithm.
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.
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/text/language
Package language implements BCP 47 language tags and related functionality.
Package language implements BCP 47 language tags and related functionality.
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.
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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL