mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-14 23:14:05 -08:00
8 lines
67 B
Go
8 lines
67 B
Go
//go:build !windows
|
|
|
|
package main
|
|
|
|
const (
|
|
dotnetExitCode = 142
|
|
)
|