mirror of
https://github.com/rwinkhart/MUTN.git
synced 2026-08-28 04:46:41 -04:00
6 lines
111 B
Go
6 lines
111 B
Go
//go:build !windows
|
|
|
|
package cli
|
|
|
|
const FallbackEditor = "vi" // vi is pre-installed on most UNIX-like systems
|