Versions in this module Expand all Collapse all v0 v0.1.0 May 16, 2019 Changes in this version + func SanitizeFloat64(input string) (float64, error) + func SanitizeInt32(input string) (int32, error) + func SanitizeInt64(input string) (int64, error) + func SanitizeString(input string, options *Options) (string, error) + type Options struct + AllowNewlines bool + StripReserved bool + func DebugOptions() *Options + func DefaultOptions() *Options