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 5b9928c commit 672934c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ package gocolor

var defalt string = "\u001b[0m"

func main() {
print("hello")
}

func Red(text string) string {
result := "\u001b[31m" + text + defalt
return result
Expand Down

0 comments on commit 672934c

Please sign in to comment.