Starting the Application
To start the application, go to your application directory and execute the following command:
go build -o app
This will build your application and create an executable named app
which you can run using this command:
./app
Your application should start serving on port 8080
.