Browse Source

brings back import auto-removed by accident

Bartosz Burclaf 9 years ago
parent
commit
9918c4ed96
1 changed files with 2 additions and 0 deletions
  1. 2 0
      helpers.go

+ 2 - 0
helpers.go

@@ -10,6 +10,8 @@ import (
 	"reflect"
 	"strings"
 	"time"
+
+	"gopkg.in/inf.v0"
 )
 
 type RowData struct {