package
0.0.0-20130121074735-1d03baafba06
Repository: https://github.com/icattlecoder/go.git
Documentation: pkg.go.dev

# Functions

Do calls f for each exported variable.
Get retrieves a named exported variable.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Publish declares a named exported variable.

# Structs

Float is a 64-bit float variable that satisfies the Var interface.
Int is a 64-bit integer variable that satisfies the Var interface.
KeyValue represents a single entry in a Map.
Map is a string-to-Var map variable that satisfies the Var interface.
String is a string variable, and satisfies the Var interface.

# Interfaces

Var is an abstract type for all exported variables.

# Type aliases

Func implements Var by calling the function and formatting the returned value using JSON.