Versions in this module Expand all Collapse all v0 v0.2.2 Feb 4, 2015 v0.2.1 Jan 28, 2015 Changes in this version + const ASCII + const Alphabet + const Numerals + type ExpressionValueGenerator struct + func NewExpressionValueGenerator(seed *rand.Rand) ExpressionValueGenerator + func (g ExpressionValueGenerator) GenerateValue(expression string) (interface{}, error) + type Generator interface + GenerateValue func(expression string) (interface{}, error)