Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/piyoki/go-cli-demo

A simple CLI application written in Golang
https://github.com/piyoki/go-cli-demo

cli-app docker golang

Last synced: about 1 month ago
JSON representation

A simple CLI application written in Golang

Awesome Lists containing this project

README

        

# go-cli-demo

A simple CLI application written in Golang

## Build

```bash
docker build . -t go-cli-demo

```

## Run

```bash
docker run -it go-cli-demo get --help
```