Skip to content

Commit

Permalink
auto compile based on OS
Browse files Browse the repository at this point in the history
  • Loading branch information
cipheras committed Oct 10, 2020
1 parent bee30c7 commit dbee671
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions linux_gohelper.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,8 @@ func Cprint(mode string, msg ...interface{}) {
fmt.Print("\n" + CYAN + "[" + PURPLE + "*" + CYAN + "] " + PURPLE + msgs + "\n" + GREEN + ">> " + RESET)
}
}

// Cwindows ...Edit registry to suppory ANSII
func Cwindows() error {
return nil
}

0 comments on commit dbee671

Please sign in to comment.