aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFChannel <>2021-03-19 23:00:39 -0700
committerFChannel <>2021-03-19 23:00:39 -0700
commit1b68144b2c8bfc6f1c32b9c4b6128b361e443c45 (patch)
treefffa84242a3439ae1b550f3ca2c252e02c0f85db
parent3f9bc232282de3028c812c4842a32aa3e27a231a (diff)
regex import..... why are you so picky golang
-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 {