Skip to content

dPanel-ID/go-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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