Skip to content

Instantly share code, notes, and snippets.

@i0bj
i0bj / colors.go
Created April 17, 2020 02:34
Golang colors
View colors.go
package main
import "fmt"
var (
Info = Teal
Warn = Yellow
Fata = Red
)