mirror of
https://github.com/rwinkhart/MUTN.git
synced 2026-08-27 20:36:29 -04:00
6 lines
116 B
Go
6 lines
116 B
Go
//go:build windows
|
|
|
|
package cli
|
|
|
|
const fallbackEditor = "edit" // "edit" is the Microsoft-developed CLI text editor
|