Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```