https://github.com/peterdee/go-hello-world
A 'Hello world' app with Golang
https://github.com/peterdee/go-hello-world
golang hello-world
Last synced: over 1 year ago
JSON representation
A 'Hello world' app with Golang
- Host: GitHub
- URL: https://github.com/peterdee/go-hello-world
- Owner: peterdee
- Created: 2020-09-21T09:20:07.000Z (almost 6 years ago)
- Default Branch: develop
- Last Pushed: 2020-09-21T09:23:10.000Z (almost 6 years ago)
- Last Synced: 2025-01-21T10:11:14.328Z (over 1 year ago)
- Topics: golang, hello-world
- Language: Go
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## go-hello-world
This application prints messages in the terminal.
### Deploy
```shell script
git clone https://github.com/peterdee/go-hello-world.git
cd ./go-hello-world
```
### Launch
```shell script
go run main.go
```