go-gota / gota

Gota: DataFrames and data wrangling in Go (Golang)
Other
2.98k stars 276 forks source link

fixed linter issue #139

Closed prithvipal closed 3 years ago

prithvipal commented 3 years ago

I have fixed following linter issues

  1. Removed redundant type to resolve linter issue: redundant type from array, slice, or map composite literal
  2. Should omit values from range; this loop is equivalent to for range ...