greet/README.md
Dan Anglin c104a8b118 docs: add attribution to the project avatar
Signed-off-by: Dan Anglin <d.n.i.anglin@gmail.com>
2021-09-20 06:23:34 +00:00

623 B

Greetings

Summary

Greet is a simple Go CLI application that greets a recipient. This is a simple project used for the purpose of testing upcoming automation, such as CI/CD integration and dependency management, which will be used by other projects hosted in Code Flow.

Project's Avatar

The project's avatar was made by Smashicons from Flaticon.

Requirements

Build

$ go build -o greet .

Run

Greet the world.

$ ./greet
Hello, World!

Greet a person.

$ ./greet Bob
Hello, Bob!