Skip to content
/ plush Public

Learning Go module by creating a wonderfully useless library

Notifications You must be signed in to change notification settings

knibals/plush

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Plush library

Plush is a universal hug dispender and incidentally learn Go module.

Usage:

Import the library in your code and start the hugging!

package main

import (
	"fmt"
	"github.com/knibals/plush"
)

func main() {
	f:= plush.Gimme("kiss") // or plush.Gimme("hug")
	fmt.Println(f) // display an Emoji
}

About

Learning Go module by creating a wonderfully useless library

Topics

Resources

Stars

Watchers

Forks

Languages