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

https://github.com/peterdee/go-hello-world

A 'Hello world' app with Golang
https://github.com/peterdee/go-hello-world

golang hello-world

Last synced: over 1 year ago
JSON representation

A 'Hello world' app with Golang

Awesome Lists containing this project

README

          

## go-hello-world

This application prints messages in the terminal.

### Deploy

```shell script
git clone https://github.com/peterdee/go-hello-world.git
cd ./go-hello-world
```

### Launch

```shell script
go run main.go
```