Directories ¶
Path | Synopsis |
---|---|
burke
|
|
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. |
crowdmob
|
|
goamz/aws
goamz - Go packages to interact with the Amazon Web Services.
|
goamz - Go packages to interact with the Amazon Web Services. |
google
|
|
go-github/github
Package github provides a client for using the GitHub API.
|
Package github provides a client for using the GitHub API. |
go-querystring/query
Package query implements encoding of structs into URL query parameters.
|
Package query implements encoding of structs into URL query parameters. |
guelfey
|
|
go.dbus
Package dbus implements bindings to the D-Bus message bus system.
|
Package dbus implements bindings to the D-Bus message bus system. |
go.dbus/introspect
Package introspect provides some utilities for dealing with the DBus introspection format.
|
Package introspect provides some utilities for dealing with the DBus introspection format. |
go.dbus/prop
Package prop provides the Properties struct which can be used to implement org.freedesktop.DBus.Properties.
|
Package prop provides the Properties struct which can be used to implement org.freedesktop.DBus.Properties. |
howeyc
|
|
gopass
Reads password from terminal.
|
Reads password from terminal. |
oleiade
|
|
reflections
Package reflections provides high level abstractions above the reflect library.
|
Package reflections provides high level abstractions above the reflect library. |
tempura
Package tempura provides temporary files creation and manipulation helpers for the purposes of enhancing tests involving files creation.
|
Package tempura provides temporary files creation and manipulation helpers for the purposes of enhancing tests involving files creation. |
stretchr
|
|
tmc
|
|
keyring
Package keyring provides a cross-platform interface to keychains for password management Currently implemented: * OSX * SecretService * gnome-keychain (via "gnome_keyring" build flag) Usage Example usage: err := keyring.Set("libraryFoo", "jack", "sacrifice") password, err := keyring.Get("libraryFoo", "jack") fmt.Println(password) Output: sacrifice TODO * Write Windows provider
|
Package keyring provides a cross-platform interface to keychains for password management Currently implemented: * OSX * SecretService * gnome-keychain (via "gnome_keyring" build flag) Usage Example usage: err := keyring.Set("libraryFoo", "jack", "sacrifice") password, err := keyring.Get("libraryFoo", "jack") fmt.Println(password) Output: sacrifice TODO * Write Windows provider |
keyring/keyring-example
Shows example use of the keyring package May need to be built with a platform-specific build flag to specify a provider.
|
Shows example use of the keyring package May need to be built with a platform-specific build flag to specify a provider. |
Click to show internal directories.
Click to hide internal directories.