gostudent / console

Beautiful Console Logging with Emojis 🦄

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Console

OpenCode

Beautiful Console Logging with Emojis 🦄

Installation

go get github.com/gostudent/console

Usage

package main

import (
	"github.com/gostudent/console"
)

func main() {
	console.Log("Hello World")
	console.Pizza("Tasty!")
	console.Beer("Cheers!")
	console.Poop("Oh F*ck!")
	console.Unicorn("So Magical!")
}

Screeshot

About

Beautiful Console Logging with Emojis 🦄


Languages

Language:Go 100.0%