This application demonstrates a simple, reusable Go web application.
- cd into this project's root directory
- Run
go run app.go
- Access the running app in a browser at http://localhost:8080
This application demonstrates a simple, reusable Go web application.
go run app.go