DEBSOURCES
Skip Quicknav
sources / golang-github-charmbracelet-colorprofile / 0.3.2-2 / env_other.go
12345678
//go:build !windows // +build !windows package colorprofile func windowsColorProfile(map[string]string) (Profile, bool) { return 0, false }