Skip to content

Commit

Permalink
Dateutil package fix to support go1.12 modules
Browse files Browse the repository at this point in the history
  • Loading branch information
qjerome committed Mar 21, 2019
1 parent 02ac84b commit 785ac6e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion args/dateargs.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
package args

import (
"dateutil"
"time"

"github.com/0xrawsec/golang-utils/dateutil"
)

// DateVar struct
Expand Down

0 comments on commit 785ac6e

Please sign in to comment.