File: ansi.go

package info (click to toggle)
golang-github-ergochat-readline 0.1.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 336 kB
  • sloc: makefile: 17
file content (7 lines) | stat: -rw-r--r-- 75 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
//go:build !windows

package ansi

func EnableANSI() error {
	return nil
}