Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeroenvisser101/hello-go
Simple "Hello World" in Go
https://github.com/jeroenvisser101/hello-go
Last synced: 3 days ago
JSON representation
Simple "Hello World" in Go
- Host: GitHub
- URL: https://github.com/jeroenvisser101/hello-go
- Owner: jeroenvisser101
- License: mit
- Created: 2015-02-08T19:13:26.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-08T19:13:35.000Z (almost 10 years ago)
- Last Synced: 2025-01-02T23:32:35.697Z (7 days ago)
- Language: Go
- Size: 102 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Hello World in Go
Simple hello world in Go.## Usage
``` bash
go run hello.go [name]# For instance
go run hello.go world # Hello, world
```