diff options
| author | therealmitchconnors <[email protected]> | 2019-09-10 09:45:17 -0700 |
|---|---|---|
| committer | therealmitchconnors <[email protected]> | 2019-09-10 09:45:17 -0700 |
| commit | 8e39cc44d9bd06ee2d9ef3109c93809072d5e551 (patch) | |
| tree | bc1f50b1da6d48d1ecd8446371167b934bc56775 /string_slice.go | |
| parent | 68f4136ecf4c77dccc4d7003f5020fafa4833534 (diff) | |
gofmt
Diffstat (limited to 'string_slice.go')
| -rw-r--r-- | string_slice.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/string_slice.go b/string_slice.go index 74b934b..13d0572 100644 --- a/string_slice.go +++ b/string_slice.go @@ -73,7 +73,7 @@ func (s *stringSliceValue) Replace(val []string) error { } func (s *stringSliceValue) GetSlice() []string { - return *s.value + return *s.value } func stringSliceConv(sval string) (interface{}, error) { |
