Skip to content

yyle88/eroticgo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Workflow Status (branch) GoDoc Coverage Status Supported Go Versions GitHub Release Go Report Card

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("print RED text"))
	fmt.Println(eroticgo.GREEN.Sprint("print GREEN text"))
	fmt.Println(eroticgo.BLUE.Sprint("print BLUE text"))
}

License

MIT License. See LICENSE.


Contributing

Contributions are welcome! To contribute:

  1. Fork the repo in GitHub.
  2. Create a feature branch (git checkout -b feature/xxx).
  3. Commit changes (git commit -m "Add feature xxx").
  4. Push to the branch (git push origin feature/xxx).
  5. Open a pull request.

Please ensure tests pass and include relevant documentation updates.


Support

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

If you find this package valuable, give me some stars on GitHub! Thank you!!!

Thank you for your support!

Happy Coding with eroticgo! 🎉


GitHub Stars

starring

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published