mirror of
https://github.com/peco/peco.git
synced 2026-09-10 07:16:29 -04:00
7 lines
103 B
Go
7 lines
103 B
Go
package peco
|
|
|
|
import "runtime"
|
|
|
|
const version = "v0.3.3"
|
|
const isWindows = (runtime.GOOS == "windows")
|