From 854c2b61a045b1f9804ed9c44da3ed10a2e3ec2f Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Sun, 20 Oct 2024 20:29:13 +0200 Subject: cleanup --- main.go | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) (limited to 'main.go') diff --git a/main.go b/main.go index 6ce5c29..2dcec31 100644 --- a/main.go +++ b/main.go @@ -2,10 +2,6 @@ // build&run on save. // You specify a build command and run command as flags and optionally you can filter by extension. -// TODO: -// fix bug when only build command is provided that the output is like this: -// [./build.sh [./build.sh] ./main.c ] - package main import ( @@ -22,17 +18,8 @@ import ( // Colors in escape sequences var ( - Reset = "\033[0m" - BoldCyan = "\033[36;1m" - Cyan = "\033[36m" - // Red = "\033[31m" - // Green = "\033[32m" - // Yellow = "\033[33m" - // Blue = "\033[34m" - // Magenta = "\033[35m" - // Cyan = "\033[36m" - // Gray = "\033[37m" - // White = "\033[97m" + Reset = "\033[0m" + Cyan = "\033[36m" ) var ( -- cgit v1.2.3