James Haskell

Results 1 issues of James Haskell

Not getting a date back for standard U.S. format: "10/20" or "10/20/17". Getting a panic on "10/20/2017": ``` package main import ( "fmt" "os" "time" "github.com/olebedev/when" "github.com/olebedev/when/rules/common" "github.com/olebedev/when/rules/en" ) func...