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: 5 months 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
```