소스 검색

brings back import auto-removed by accident

Bartosz Burclaf 9 년 전
부모
커밋
9918c4ed96
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      helpers.go

+ 2 - 0
helpers.go

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