Directories ¶
Path | Synopsis |
---|---|
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. |
ungerik
|
|
go-rest
## go-rest A small and evil REST framework for Go ### Reflection, Go structs, and JSON marshalling FTW! * go get github.com/ungerik/go-rest * import "github.com/ungerik/go-rest" * Documentation: http://go.pkgdoc.org/github.com/ungerik/go-rest * License: Public Domain Download, build and run example: go get github.com/ungerik/go-rest go install github.com/ungerik/go-rest/example && example Small? Yes, the framework consists of only three functions: HandleGET, HandlePOST, RunServer.
|
## go-rest A small and evil REST framework for Go ### Reflection, Go structs, and JSON marshalling FTW! * go get github.com/ungerik/go-rest * import "github.com/ungerik/go-rest" * Documentation: http://go.pkgdoc.org/github.com/ungerik/go-rest * License: Public Domain Download, build and run example: go get github.com/ungerik/go-rest go install github.com/ungerik/go-rest/example && example Small? Yes, the framework consists of only three functions: HandleGET, HandlePOST, RunServer. |
Click to show internal directories.
Click to hide internal directories.