diff options
author | FChannel <> | 2021-03-19 23:00:39 -0700 |
---|---|---|
committer | FChannel <> | 2021-03-19 23:00:39 -0700 |
commit | 1b68144b2c8bfc6f1c32b9c4b6128b361e443c45 (patch) | |
tree | fffa84242a3439ae1b550f3ca2c252e02c0f85db /Database.go | |
parent | 3f9bc232282de3028c812c4842a32aa3e27a231a (diff) |
regex import..... why are you so picky golang
Diffstat (limited to 'Database.go')
-rw-r--r-- | Database.go | 2 |
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 { |