8 lines
130 B
Go
8 lines
130 B
Go
package main
|
|
|
|
import "github.com/Azpect3120/Web-Database-Viewer/internal/http"
|
|
|
|
func main() {
|
|
http.New("3001").Setup().Start()
|
|
}
|