aboutsummaryrefslogtreecommitdiff
path: root/forged/internal/common/ansiec/style.go
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-08-17 13:26:54 +0800
committerRunxi Yu <me@runxiyu.org>2025-08-17 13:26:54 +0800
commit7a8903651a49e9ec01a92e4a0328689aef575a33 (patch)
tree8ece49f7dbce656e56aae082dabd4b2f1b6903c9 /forged/internal/common/ansiec/style.go
parentgolangci-lint (diff)
downloadforge-7a8903651a49e9ec01a92e4a0328689aef575a33.tar.gz
forge-7a8903651a49e9ec01a92e4a0328689aef575a33.tar.zst
forge-7a8903651a49e9ec01a92e4a0328689aef575a33.zip
Tidying
Diffstat (limited to 'forged/internal/common/ansiec/style.go')
-rw-r--r--forged/internal/common/ansiec/style.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/forged/internal/common/ansiec/style.go b/forged/internal/common/ansiec/style.go
index dd37344..95edbbe 100644
--- a/forged/internal/common/ansiec/style.go
+++ b/forged/internal/common/ansiec/style.go
@@ -3,6 +3,7 @@
package ansiec
+// ANSI text styles
const (
Bold = "\x1b[1m"
Underline = "\x1b[4m"