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

https://github.com/gabrielalmir/diosay

Diosay is an extremely simple application that displays a message inside an ASCII art box with a logo. This version is implemented in Go.
https://github.com/gabrielalmir/diosay

cli cowsay diolinux diosay golang

Last synced: 6 months ago
JSON representation

Diosay is an extremely simple application that displays a message inside an ASCII art box with a logo. This version is implemented in Go.

Awesome Lists containing this project

README

          

# Diosay

Diosay is an extremely simple Go application that displays a message inside an ASCII art box with a logo.

## Usage

To run the application, use the following command:

```sh
go run main.go
```

Replace `` with the message you want to display.

## Example

```sh
go run main.go "Inscreva-se no Canal!"
```

Output:

![Diosay - Inscreva-se no Canal](./images/screenshot.png)