https://github.com/go-training/helloworld
Hello World for Golang
https://github.com/go-training/helloworld
golang helloworld
Last synced: about 1 year ago
JSON representation
Hello World for Golang
- Host: GitHub
- URL: https://github.com/go-training/helloworld
- Owner: go-training
- License: mit
- Created: 2017-05-16T14:55:49.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-12-05T10:31:32.000Z (over 2 years ago)
- Last Synced: 2025-03-30T05:07:12.038Z (about 1 year ago)
- Topics: golang, helloworld
- Language: Go
- Size: 7.81 KB
- Stars: 16
- Watchers: 1
- Forks: 167
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# helloworld
[](https://cloud.drone.io/go-training/helloworld)
Hello World for Golang
## Simple Command
Run golang program
```bash
go run main.go
```
Testing
```bash
go test
```
Build binary
```bash
go build
```
Install binary
```bash
go install
```