mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 02:14:13 +00:00
* Static-check fixes from @lespea #1657, batch 2/n * Static-check fixes from @lespea #1657, batch 3/n * Static-check fixes from @lespea #1657, batch 4/n
This commit is contained in:
parent
04a9b9decd
commit
8c791f5466
14 changed files with 20 additions and 20 deletions
|
|
@ -79,7 +79,7 @@ func GetArgs() []string {
|
|||
//printArgs(retargs, "NEW")
|
||||
|
||||
globbed := make([]string, 0)
|
||||
for i, _ := range retargs {
|
||||
for i := range retargs {
|
||||
// Expand things like *.csv
|
||||
matches, err := filepath.Glob(retargs[i])
|
||||
if matches != nil && err == nil {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue