mirror of
https://github.com/simon987/task_tracker.git
synced 2025-12-14 15:29:02 +00:00
some work on auth/sessions
This commit is contained in:
@@ -4,9 +4,9 @@ import (
|
||||
"database/sql"
|
||||
"github.com/Sirupsen/logrus"
|
||||
_ "github.com/lib/pq"
|
||||
"github.com/simon987/task_tracker/config"
|
||||
"io/ioutil"
|
||||
"os"
|
||||
"src/task_tracker/config"
|
||||
)
|
||||
|
||||
type Database struct {
|
||||
|
||||
Reference in New Issue
Block a user