mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-02-21 02:55:37 -08:00
8 lines
86 B
Go
8 lines
86 B
Go
//go:build windows && !386
|
|
|
|
package main
|
|
|
|
const (
|
|
dotnetExitCode = int(0x80008091)
|
|
)
|