Skip to content

eroticgo is a simple Go package for adding color to your console screen.

License

Notifications You must be signed in to change notification settings

yyle88/eroticgo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eroticgo

eroticgo is a simple Go package for adding color to your console screen.

Installation

go get github.com/yyle88/eroticgo

Example Usage

package main

import (
	"fmt"

	"github.com/yyle88/eroticgo"
)

func main() {
	fmt.Println(eroticgo.RED.Sprint("This is red text"))
	fmt.Println(eroticgo.GREEN.Sprint("This is green text"))
	fmt.Println(eroticgo.BLUE.Sprint("This is blue text"))
}

License

This project is licensed under the MIT License. See the LICENSE file for details.


Support

Welcome to contribute to this project by submitting pull requests or reporting issues.

If you find this package helpful, give it a star on GitHub!

Thank you for your support!

Happy Coding with eroticgo! 🎉

About

eroticgo is a simple Go package for adding color to your console screen.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages