DEBSOURCES
Skip Quicknav
sources / golang-github-jedib0t-go-pretty / 6.5.9-1 / text / ansi_unix.go
12345678
//go:build !windows // +build !windows package text func areANSICodesSupported() bool { return true }