# README
Note: This repository contains the core code of the Go-Web framework. If you want to build an application using Go-Web, visit the main Go-web repository.
# Functions
RegisterBaseEntities base entities in Go-Web kernel This method will register: Controllers, Models, CLI commands, Services and middleware.
Start will run the HTTP web server.
StartCommand method runs specific CLI command.
# Structs
No description provided by the author