Directories
¶
| Path | Synopsis |
|---|---|
|
carbocation
|
|
|
interpose
Interpose is a minimalist Golang middleware that uses only `http.Handler` and `func(http.Handler)http.Handler`.
|
Interpose is a minimalist Golang middleware that uses only `http.Handler` and `func(http.Handler)http.Handler`. |
|
interpose/examples/basicAuth
command
|
|
|
interpose/examples/basicAuthFunc
command
|
|
|
interpose/examples/buffer
command
|
|
|
interpose/examples/context
command
|
|
|
interpose/examples/gorillalog
command
|
|
|
interpose/examples/graceful
command
|
|
|
interpose/examples/json
command
|
|
|
interpose/examples/menagerie
command
|
|
|
interpose/examples/nosurf
command
|
|
|
interpose/examples/secure
command
|
|
|
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. |
|
golang
|
|
|
groupcache/lru
Package lru implements an LRU cache.
|
Package lru implements an LRU cache. |
|
gorilla
|
|
|
context
Package context stores values shared during a request lifetime.
|
Package context stores values shared during a request lifetime. |
|
mux
Package gorilla/mux implements a request router and dispatcher.
|
Package gorilla/mux implements a request router and dispatcher. |
|
securecookie
Package gorilla/securecookie encodes and decodes authenticated and optionally encrypted cookie values.
|
Package gorilla/securecookie encodes and decodes authenticated and optionally encrypted cookie values. |
|
sessions
Package gorilla/sessions provides cookie and filesystem sessions and infrastructure for custom session backends.
|
Package gorilla/sessions provides cookie and filesystem sessions and infrastructure for custom session backends. |
|
jmoiron
|
|
|
sqlx
Package sqlx provides general purpose extensions to database/sql.
|
Package sqlx provides general purpose extensions to database/sql. |
|
sqlx/reflectx
Package reflect implements extensions to the standard reflect lib suitable for implementing marshaling and unmarshaling packages.
|
Package reflect implements extensions to the standard reflect lib suitable for implementing marshaling and unmarshaling packages. |
|
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. |
|
mattes
|
|
|
migrate/driver
Package driver holds the driver interface.
|
Package driver holds the driver interface. |
|
migrate/driver/bash
Package bash implements the Driver interface.
|
Package bash implements the Driver interface. |
|
migrate/driver/cassandra
Package cassandra implements the Driver interface.
|
Package cassandra implements the Driver interface. |
|
migrate/driver/mysql
Package mysql implements the Driver interface.
|
Package mysql implements the Driver interface. |
|
migrate/driver/postgres
Package postgres implements the Driver interface.
|
Package postgres implements the Driver interface. |
|
migrate/driver/sqlite3
Package sqlite3 implements the Driver interface.
|
Package sqlite3 implements the Driver interface. |
|
migrate/file
Package file contains functions for low-level migration files handling.
|
Package file contains functions for low-level migration files handling. |
|
migrate/migrate
Package migrate is imported by other Go code.
|
Package migrate is imported by other Go code. |
|
migrate/migrate/direction
Package direction just holds convenience constants for Up and Down migrations.
|
Package direction just holds convenience constants for Up and Down migrations. |
|
migrate/pipe
Package pipe has functions for pipe channel handling.
|
Package pipe has functions for pipe channel handling. |
|
mattn
|
|
|
go-sqlite3
Package sqlite3 provides interface to SQLite3 databases.
|
Package sqlite3 provides interface to SQLite3 databases. |
|
mitchellh
|
|
|
nytlabs
|
|
|
stretchr
|
|
|
graceful/tests
command
|
Click to show internal directories.
Click to hide internal directories.