aboutsummaryrefslogtreecommitdiff
path: root/Database.go
diff options
context:
space:
mode:
Diffstat (limited to 'Database.go')
-rw-r--r--Database.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/Database.go b/Database.go
index f145f51..50dc2cb 100644
--- a/Database.go
+++ b/Database.go
@@ -6,7 +6,7 @@ import _ "github.com/lib/pq"
import "time"
import "os"
import "strings"
-import "regexp"
+// import "regexp"
import "sort"
func GetActorFromDB(db *sql.DB, id string) Actor {