Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
cipheras committed Nov 2, 2020
1 parent a380231 commit dcb231d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ err := Cwindows()
Cprint(mode, message)
where mode can be,
N = "normal"
E = "error"
W = "warning"
T = "text"
I = "info"
S = "shell"
E = "error"
W = "warning"
T = "text"
I = "info"
S = "shell"
```
You can also use available colors and formats inbetween any of these or your own console outputs.
<br>Available ones are:
Expand All @@ -56,7 +56,7 @@ fmt.Println(BLUE, "hello", BOLD, var1, BLINK, var2, "!!", RESET)
Output:
```
![](static/example.gif)
![example](https://media.giphy.com/media/wSKT7XggpckVfTTkTB/giphy.gif)

## To Do
- [x] Colored text on console for linux
Expand Down
Binary file removed static/example.gif
Binary file not shown.

0 comments on commit dcb231d

Please sign in to comment.