From dbee6710a9206dde6af2c4118e3cde5907354dcf Mon Sep 17 00:00:00 2001 From: cipheras <37106224+cipheras@users.noreply.github.com> Date: Sat, 10 Oct 2020 18:02:41 +0530 Subject: [PATCH] auto compile based on OS --- linux_gohelper.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/linux_gohelper.go b/linux_gohelper.go index bd5851a..772f510 100755 --- a/linux_gohelper.go +++ b/linux_gohelper.go @@ -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 +}