Versions in this module Expand all Collapse all v1 v1.0.0 Jul 24, 2018 Changes in this version + const ASCII + const Alphabet + const Numerals + const Symbols + 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)