diff options
| author | Dave Henderson <dhenderson@gmail.com> | 2017-06-13 23:07:10 -0400 |
|---|---|---|
| committer | Dave Henderson <dhenderson@gmail.com> | 2017-06-13 23:26:37 -0400 |
| commit | ded0bcc8efc1bd95700774dfa2840dd83bc876fd (patch) | |
| tree | 93157cbd0b4ad6939d76ce30c873c8fd3bb8a9be /stringfunc.go | |
| parent | fc522f1213eb96e23ea9d113591892a26f9f2ec3 (diff) | |
Creating a strings namespace
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to 'stringfunc.go')
| -rw-r--r-- | stringfunc.go | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/stringfunc.go b/stringfunc.go deleted file mode 100644 index ff51b80a..00000000 --- a/stringfunc.go +++ /dev/null @@ -1,10 +0,0 @@ -package main - -import "strings" - -// stringFunc - string manipulation function wrappers -type stringFunc struct{} - -func (t stringFunc) replaceAll(old, new, s string) string { - return strings.Replace(s, old, new, -1) -} |
