Categorygithub.com/tj/go-editor
modulepackage
1.0.0
Repository: https://github.com/tj/go-editor.git
Documentation: pkg.go.dev

# README

Go Editor

Package editor provides a utility to from $EDITOR.

For example:

$ EDITOR=vim go run example/main.go
$ EDITOR='code -w' go run example/main.go

GoDoc

# Packages

No description provided by the author

# Functions

Read opens the default editor and returns the value.
ReadEditor opens the editor and returns the value.