Merge pull request #60 from blmhemu/master

Solved filter.go:28:21: undefined: strings
master
Brandon Lee Camilleri 5 years ago committed by GitHub
commit f952e95c7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      filter.go

@ -4,6 +4,8 @@
package mop
import "strings"
// Filter gets called to sort stock quotes by one of the columns. The
// setup is rather lengthy; there should probably be more concise way
// that uses reflection and avoids hardcoding the column names.

Loading…
Cancel
Save