aboutsummaryrefslogtreecommitdiff
path: root/makeset/stringset.toml
diff options
context:
space:
mode:
Diffstat (limited to 'makeset/stringset.toml')
-rw-r--r--makeset/stringset.toml11
1 files changed, 0 insertions, 11 deletions
diff --git a/makeset/stringset.toml b/makeset/stringset.toml
deleted file mode 100644
index 400758b..0000000
--- a/makeset/stringset.toml
+++ /dev/null
@@ -1,11 +0,0 @@
-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"'
-]