eroticgo is a simple Go package for adding color to your console screen.
go get github.com/yyle88/eroticgo
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"))
}
MIT License. See LICENSE.
Contributions are welcome! To contribute:
- Fork the repo in GitHub.
- Create a feature branch (
git checkout -b feature/xxx
). - Commit changes (
git commit -m "Add feature xxx"
). - Push to the branch (
git push origin feature/xxx
). - Open a pull request.
Please ensure tests pass and include relevant documentation updates.
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
! 🎉