/yell

Primary LanguageGoMIT LicenseMIT

yell Go Report Card

The Bitchy Waiter

Pretty useless but this is my simple way of shouting, "We Can't Breath!"

How to use this package:

package main

import (
	"fmt"

	"github.com/mohammadrabetian/yell"
)

func main() {
	message, err := yell.FreeSoftware("YOUR_NATIONALITY")
	if err != nil {
		fmt.Println(err)
	}
	fmt.Println(message)
}
You should pass your nationality as an argument to FreeSoftware() func like yell.FreeSoftware("Iranian")
You could also pass an empty string, for what it will return I hope is a surprise for you.