https://github.com/daytonaio/sample-go
https://github.com/daytonaio/sample-go
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/daytonaio/sample-go
- Owner: daytonaio
- License: mit
- Created: 2023-12-23T06:44:23.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-23T06:57:45.000Z (almost 2 years ago)
- Last Synced: 2025-06-26T07:13:35.604Z (3 months ago)
- Language: Go
- Size: 2.93 KB
- Stars: 0
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```