fix(niki): update folder structure

This commit is contained in:
imirazimi 2023-12-20 12:17:03 +03:30
parent c7debfefc6
commit b2337b621d
5 changed files with 4 additions and 4 deletions

0
cmd/.gitkeep Normal file
View File

View File

@ -14,4 +14,4 @@ func New(config config.Config) Server {
func (s Server) Serve() {
}
}

View File

@ -1,4 +1,4 @@
package mysqlkindBoxbank
package mysqlkindbox
import "git.gocasts.ir/ebhomengo/niki/repository/mysql"
@ -10,4 +10,4 @@ func New(conn *mysql.MySQLDB) *DB {
return &DB{
conn: conn,
}
}
}

View File

@ -0,0 +1 @@
package mysqlkindbox

View File

@ -1 +0,0 @@
package mysqlkindBoxbank