I am creating an HTTP REST server in golang using gin-gonic
My code is:
func main() { var port string if len(os.Args) == 1 { port = "