diff options
author | Runxi Yu <me@runxiyu.org> | 2025-08-17 13:26:54 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-08-17 13:26:54 +0800 |
commit | 7a8903651a49e9ec01a92e4a0328689aef575a33 (patch) | |
tree | 8ece49f7dbce656e56aae082dabd4b2f1b6903c9 /forged/internal/common/ansiec/style.go | |
parent | golangci-lint (diff) | |
download | forge-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.go | 1 |
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" |