mirror of
https://github.com/go-sylixos/elvish.git
synced 2024-12-05 03:17:50 +08:00
6 lines
55 B
Go
6 lines
55 B
Go
|
//go:build unix
|
||
|
|
||
|
package evaltest
|
||
|
|
||
|
const isUNIX = true
|