Directories
¶
Path | Synopsis |
---|---|
BurntSushi
|
|
PuerkitoBio
|
|
goquery
Package goquery implements features similar to jQuery, including the chainable syntax, to manipulate and query an HTML document.
|
Package goquery implements features similar to jQuery, including the chainable syntax, to manipulate and query an HTML document. |
RangelReale
|
|
andybalholm
|
|
cascadia
The cascadia package is an implementation of CSS selectors.
|
The cascadia package is an implementation of CSS selectors. |
armon
|
|
aymerick
|
|
raymond
Package raymond provides handlebars evaluation
|
Package raymond provides handlebars evaluation |
raymond/ast
Package ast provides structures to represent a handlebars Abstract Syntax Tree, and a Visitor interface to visit that tree.
|
Package ast provides structures to represent a handlebars Abstract Syntax Tree, and a Visitor interface to visit that tree. |
raymond/handlebars
Package handlebars contains all the tests that come from handlebars.js project.
|
Package handlebars contains all the tests that come from handlebars.js project. |
raymond/lexer
Package lexer provides a handlebars tokenizer.
|
Package lexer provides a handlebars tokenizer. |
raymond/parser
Package parser provides a handlebars syntax analyser.
|
Package parser provides a handlebars syntax analyser. |
coreos
|
|
dgrijalva
|
|
jwt-go
Package jwt is a Go implementation of JSON Web Tokens: http://self-issued.info/docs/draft-jones-json-web-token.html See README.md for more info.
|
Package jwt is a Go implementation of JSON Web Tokens: http://self-issued.info/docs/draft-jones-json-web-token.html See README.md for more info. |
jwt-go/cmd/jwt
A useful example app.
|
A useful example app. |
disintegration
|
|
imaging
Package imaging provides basic image manipulation functions (resize, rotate, flip, crop, etc.).
|
Package imaging provides basic image manipulation functions (resize, rotate, flip, crop, etc.). |
gorilla
|
|
context
Package context stores values shared during a request lifetime.
|
Package context stores values shared during a request lifetime. |
css/scanner
Package gorilla/css/scanner generates tokens for a CSS3 input.
|
Package gorilla/css/scanner generates tokens for a CSS3 input. |
mux
Package gorilla/mux implements a request router and dispatcher.
|
Package gorilla/mux implements a request router and dispatcher. |
jordan-wright
|
|
email
Package email is designed to provide an "email interface for humans." Designed to be robust and flexible, the email package aims to make sending email easy without getting in the way.
|
Package email is designed to provide an "email interface for humans." Designed to be robust and flexible, the email package aims to make sending email easy without getting in the way. |
justinas
|
|
alice
Package alice provides a convenient way to chain http handlers.
|
Package alice provides a convenient way to chain http handlers. |
kr
|
|
pretty
Package pretty provides pretty-printing for Go values.
|
Package pretty provides pretty-printing for Go values. |
text
Package text provides rudimentary functions for manipulating text in paragraphs.
|
Package text provides rudimentary functions for manipulating text in paragraphs. |
text/colwriter
Package colwriter provides a write filter that formats input lines in multiple columns.
|
Package colwriter provides a write filter that formats input lines in multiple columns. |
text/mc
Command mc prints in multiple columns.
|
Command mc prints in multiple columns. |
microcosm-cc
|
|
bluemonday
Package bluemonday provides a way of describing a whitelist of HTML elements and attributes as a policy, and for that policy to be applied to untrusted strings from users that may contain markup.
|
Package bluemonday provides a way of describing a whitelist of HTML elements and attributes as a policy, and for that policy to be applied to untrusted strings from users that may contain markup. |
mitchellh
|
|
mapstructure
The mapstructure package exposes functionality to convert an abitrary map[string]interface{} into a native Go structure.
|
The mapstructure package exposes functionality to convert an abitrary map[string]interface{} into a native Go structure. |
nicksnyder
|
|
go-i18n/i18n
Package i18n supports string translations with variable substitution and CLDR pluralization.
|
Package i18n supports string translations with variable substitution and CLDR pluralization. |
go-i18n/i18n/bundle
Package bundle manages translations for multiple languages.
|
Package bundle manages translations for multiple languages. |
go-i18n/i18n/language
Package language defines languages that implement CLDR pluralization.
|
Package language defines languages that implement CLDR pluralization. |
go-i18n/i18n/translation
Package translation defines the interface for a translation.
|
Package translation defines the interface for a translation. |
rs
|
|
cors
Package cors is net/http handler to handle CORS related requests as defined by http://www.w3.org/TR/cors/ You can configure it by passing an option struct to cors.New: c := cors.New(cors.Options{ AllowedOrigins: []string{"foo.com"}, AllowedMethods: []string{"GET", "POST", "DELETE"}, AllowCredentials: true, }) Then insert the handler in the chain: handler = c.Handler(handler) See Options documentation for more options.
|
Package cors is net/http handler to handle CORS related requests as defined by http://www.w3.org/TR/cors/ You can configure it by passing an option struct to cors.New: c := cors.New(cors.Options{ AllowedOrigins: []string{"foo.com"}, AllowedMethods: []string{"GET", "POST", "DELETE"}, AllowCredentials: true, }) Then insert the handler in the chain: handler = c.Handler(handler) See Options documentation for more options. |
russross
|
|
blackfriday
Blackfriday markdown processor.
|
Blackfriday markdown processor. |
spf13
|
|
cobra
Package cobra is a commander providing a simple interface to create powerful modern CLI interfaces.
|
Package cobra is a commander providing a simple interface to create powerful modern CLI interfaces. |
fsync
package fsync keeps two files or directories in sync.
|
package fsync keeps two files or directories in sync. |
pflag
pflag is a drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags.
|
pflag is a drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags. |
unrolled
|
|
render
Package render is a package that provides functionality for easily rendering JSON, XML, and HTML templates.
|
Package render is a package that provides functionality for easily rendering JSON, XML, and HTML templates. |
wellington
|
|
go-libsass
Package context wraps access to libsass.
|
Package context wraps access to libsass. |
go-libsass/libs
libs is a direct mapping to libsass C API.
|
libs is a direct mapping to libsass C API. |
xordataexchange
|
|
crypt/backend
Package backend provides the K/V store interface for crypt backends.
|
Package backend provides the K/V store interface for crypt backends. |
crypt/encoding/secconf
Package secconf implements secconf encoding as specified in the following format: base64(gpg(gzip(data)))
|
Package secconf implements secconf encoding as specified in the following format: base64(gpg(gzip(data))) |
Click to show internal directories.
Click to hide internal directories.