mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-02-02 05:41:10 -08:00
8 lines
86 B
Go
8 lines
86 B
Go
//go:build windows && 386
|
|
|
|
package constants
|
|
|
|
const (
|
|
DotnetExitCode = -2147450735
|
|
)
|