This is a simple Go application that creates an HTTP server which responds with "Hello world" when accessed.
- Go 1.21.4+ installed on your machine. You can download it from the official website: https://golang.org/dl/
git clone https://github.com/dPanel-ID/go-example.git
cd go-example
go mod tidy
go run main.go