2021-12-04 16:42:11 +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"'
]