2021-11-08 16:39:17 +00:00

12 lines
332 B
TOML

desc = "A set of strings, the main package of this module."
package = "stringset"
type = "string"
zero = '""'
transforms = true
toString = "return strconv.Quote(x)"
imports = ["strconv"]
testValues = [
'"eight"', '"five"', '"four"', '"nine"', '"one"',
'"seven"', '"six"', '"ten"', '"three"', '"two"'
]