Open thalesfc opened 5 years ago
Consider moving import to local, for example on movies-restapi/dao/movies_dao.go:
. "github.com/mlabouardy/movies-restapi/models"
can become
"../models"
Consider moving import to local, for example on movies-restapi/dao/movies_dao.go:
. "github.com/mlabouardy/movies-restapi/models"
can become
"../models"