platform.go 69 B

12345
  1. package ctrlc
  2. func IsWinPlatform() bool {
  3. return IS_WIN_PLATFORM
  4. }