forked from ebhomengo/niki
fix(niki): update folder structure
This commit is contained in:
parent
c7debfefc6
commit
b2337b621d
|
@ -14,4 +14,4 @@ func New(config config.Config) Server {
|
||||||
|
|
||||||
func (s Server) Serve() {
|
func (s Server) Serve() {
|
||||||
|
|
||||||
}
|
}
|
|
@ -1,4 +1,4 @@
|
||||||
package mysqlkindBoxbank
|
package mysqlkindbox
|
||||||
|
|
||||||
import "git.gocasts.ir/ebhomengo/niki/repository/mysql"
|
import "git.gocasts.ir/ebhomengo/niki/repository/mysql"
|
||||||
|
|
||||||
|
@ -10,4 +10,4 @@ func New(conn *mysql.MySQLDB) *DB {
|
||||||
return &DB{
|
return &DB{
|
||||||
conn: conn,
|
conn: conn,
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -0,0 +1 @@
|
||||||
|
package mysqlkindbox
|
|
@ -1 +0,0 @@
|
||||||
package mysqlkindBoxbank
|
|
Loading…
Reference in New Issue