# rainbow **Repository Path**: OhYee/rainbow ## Basic Information - **Project Name**: rainbow - **Description**: colorful go terminal output, and using it in log - **Primary Language**: Go - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-04-04 - **Last Updated**: 2022-06-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # rainbow [![Sync to Gitee](https://github.com/OhYee/rainbow/workflows/Sync%20to%20Gitee/badge.svg)](https://gitee.com/OhYee/rainbow) ![w orkflow state](https://github.com/OhYee/rainbow/workflows/test/badge.svg) [![codecov](https://codecov.io/gh/OhYee/rainbow/branch/master/graph/badge.svg)](https://codecov.io/gh/OhYee/rainbow) [![version](https://img.shields.io/github/v/tag/OhYee/rainbow)](https://github.com/OhYee/rainbow/tags) Colorful go terminal output, and using it in log [Document](https://pkg.go.dev/github.com/OhYee/rainbow?tab=overview) This package has three sub-package: - color: colorful output ([ANSI_escape_code](https://en.wikipedia.org/wiki/ANSI_escape_code)) - log: log with prefix, suffix and color - errors: error with call stack ## DEMO [demo.go](demo.go) ![result](screenshot/screenshot.png)