package niki import ( "git.gocasts.ir/ebhomengo/niki/adapter/storage" "git.gocasts.ir/ebhomengo/niki/delivery/http" ) func main() { //initialize D.B.M.S. (Database management system) storage.Init() //initialize new Echo (web framework) http.Init() }