Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/brh55/go-feeling

:alien: Terminal output text emoticons in regards to feelings in GoLang
https://github.com/brh55/go-feeling

Last synced: 24 days ago
JSON representation

:alien: Terminal output text emoticons in regards to feelings in GoLang

Awesome Lists containing this project

README

        

# go-feeling
A simple GoLang package to express your feelings in the terminal through text emoticons

Get:

`go get gopkg.in/brh55/go-feeling.v1`

Import:

`import "gopkg.in/brh55/go-feeling.v1"`

## Example
````
package main

import (
"fmt"
"gopkg.in/brh55/feeling.v1"
)

func main() {
fmt.Println(feeling.Scared("I give up if this won't work!"))
fmt.Println(feeling.Uncertain("Balls deep, here we go..."))
fmt.Println(feeling.Cheerful("Sing me a song if this works!"))
}
````

![output](https://cloud.githubusercontent.com/assets/6020066/12633977/cf95c134-c543-11e5-8ff4-39b5455f4033.png)