package
1.3.3
Repository: https://github.com/veeainc/utils.go.git
Documentation: pkg.go.dev

# README

system

import "github.com/veeainc/utils.go/system"
// Wait for Ctrl + C
func WaitForCtrlC()

// Check if output device is a terminal.
func IsTty() bool

# Functions

Check if output device is a terminal.
Wait for Ctrl + C.