An open API service indexing awesome lists of open source software.

https://github.com/dpanel-id/go-example

Simple Golang App Deploy to VPS with dPanel
https://github.com/dpanel-id/go-example

deployment golang vps vps-panel vps-setup

Last synced: 9 months ago
JSON representation

Simple Golang App Deploy to VPS with dPanel

Awesome Lists containing this project

README

          

# Go Hello World HTTP Service

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

## Prerequisites

- Go 1.21.4+ installed on your machine.
You can download it from the official website: [https://golang.org/dl/](https://golang.org/dl/)

## Getting Started

### 1. Clone the repository

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