Browse Source

Bugfixing of c00dbeacae7926f0aa8275013ce68f37b40113d0

Dmitry Yu Okunev 6 years ago
parent
commit
5ab9aa2192
2 changed files with 2 additions and 0 deletions
  1. 1 0
      formular.go
  2. 1 0
      person.go

+ 1 - 0
formular.go

@@ -3,6 +3,7 @@ package asuModels
 //go:generate reform --gofmt=false
 
 import (
+	"database/sql"
 	"fmt"
 	"github.com/revel/revel"
 	"github.com/xaionaro-go/extime"

+ 1 - 0
person.go

@@ -2,6 +2,7 @@
 package asuModels
 
 import (
+	"database/sql"
 	"fmt"
 	"html/template"
 )