8 lines
77 B
Go
8 lines
77 B
Go
package common
|
|
|
|
import "chain-dci/pkg/db"
|
|
|
|
func Init() {
|
|
db.DBMigration()
|
|
}
|