diff options
| author | Mitch Riedstra <mitch@riedstra.us> | 2021-03-04 19:44:02 -0500 |
|---|---|---|
| committer | Mitch Riedstra <mitch@riedstra.us> | 2021-03-04 19:48:27 -0500 |
| commit | b9bb17044a8c2b47c7e96660e27ab645f82bec9d (patch) | |
| tree | 6c5bff2c5eaaebfc1ce9b01119308dcc39a75253 /cmd/web/flagSliceString.go | |
| parent | 3b6f5647b0689abf04be73c3cf00297051753435 (diff) | |
| download | steam-export-b9bb17044a8c2b47c7e96660e27ab645f82bec9d.tar.gz steam-export-b9bb17044a8c2b47c7e96660e27ab645f82bec9d.tar.xz | |
Further refactoring.
Diffstat (limited to 'cmd/web/flagSliceString.go')
| -rw-r--r-- | cmd/web/flagSliceString.go | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/cmd/web/flagSliceString.go b/cmd/web/flagSliceString.go deleted file mode 100644 index ec06966..0000000 --- a/cmd/web/flagSliceString.go +++ /dev/null @@ -1,12 +0,0 @@ -package main - -type FlagSliceString []string - -func (f *FlagSliceString) String() string { - return "" -} - -func (f *FlagSliceString) Set(val string) error { - *f = append(*f, val) - return nil -} |
