Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
code-raisan committed May 18, 2022
1 parent 26ede74 commit 5b9928c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ Goでコンソールに出力する文字色を変えれます。

# How to use

1. Install
## Install

```bash
go install
```
go get github.com/code-raisan/gocolor@latest
```

##
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package main
package gocolor

var defalt string = "\u001b[0m"

Expand Down

0 comments on commit 5b9928c

Please sign in to comment.