oh-my-posh/src/constants_unix.go
2021-09-09 20:15:43 +02:00

8 lines
67 B
Go

//go:build !windows
package main
const (
dotnetExitCode = 142
)