diff options
| author | Eric Paris <[email protected]> | 2015-08-05 12:46:33 -0400 |
|---|---|---|
| committer | Eric Paris <[email protected]> | 2015-08-05 12:54:03 -0400 |
| commit | 90b831e61ee0ea159e0d00bb0c1ee3cd0c1dcdcd (patch) | |
| tree | 6655dd93a25fe82dfe6362ba8c87f874158834f4 /uint16.go | |
| parent | af83f852cb3533df209ffef0b0f36b65d4594848 (diff) | |
String and Int slices called twice should append not overwrite
This allows users to do things like
```
cmd --filename=file1 --filename=file2 --filename=file3,file4
```
And internally we will get
```
[]string{"file1", "file2", "file3", "file4"}
```
Diffstat (limited to 'uint16.go')
0 files changed, 0 insertions, 0 deletions
