Skip to content
This repository has been archived by the owner on Mar 20, 2022. It is now read-only.

一部のシンボル名が冗長すぎる #5

Open
micheam opened this issue Apr 4, 2021 · 0 comments
Open

一部のシンボル名が冗長すぎる #5

micheam opened this issue Apr 4, 2021 · 0 comments

Comments

@micheam
Copy link
Owner

micheam commented Apr 4, 2021

一部、名前が冗長なので、見直したい

$ go doc ./internal/cli/
package cli // import "github.com/micheam/go-docbase/internal/cli"

const DefaultEditor = "vim"
func CaptureInputFromEditor(resolveEditor PreferredEditorResolver, value []byte) ([]byte, error)
func GetPreferredEditorFromEnvironment() string
func OpenFileInEditor(filename string, resolveEditor PreferredEditorResolver) error
type PreferredEditorResolver func() string
micheam referenced this issue in micheam/go-docbase Apr 11, 2021
micheam referenced this issue in micheam/go-docbase Apr 11, 2021
@micheam micheam transferred this issue from micheam/go-docbase Apr 18, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant