package main import ( "server-status-be/api" ) func main() { api.Run() }