Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 449 Bytes

File metadata and controls

18 lines (12 loc) · 449 Bytes

Go Hello World HTTP Service

This is a simple Go application that creates an HTTP server which responds with "Hello world" when accessed.

Prerequisites

Getting Started

1. Clone the repository

git clone https://github.com/dPanel-ID/go-example.git
cd go-example
go mod tidy
go run main.go