diff options
-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 { |