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
- Host: GitHub
- URL: https://github.com/dpanel-id/go-example
- Owner: dPanel-ID
- Created: 2025-02-09T02:27:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-09-07T10:03:08.000Z (9 months ago)
- Last Synced: 2025-09-07T12:09:48.221Z (9 months ago)
- Topics: deployment, golang, vps, vps-panel, vps-setup
- Language: Go
- Homepage: https://cloud.terpusat.com/
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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