repository
0.0.0-20240725163219-ce75fc7291a3
Repository: https://github.com/amsteffensen/goapp.git
Documentation: pkg.go.dev
# README
Go Web Application
This is a simple web application written in Go.
Table of Contents
Requirements
- Go 1.16 or later
Installation
-
Clone the repository:
git clone https://github.com/amsteffensen/goapp.git cd goapp
-
Install the dependencies:
go mod download
Usage
-
Run the application:
go run cmd/web/*.go
-
Open your web browser and go to
http://localhost:8080
.