Documentation
¶
Index ¶
Constants ¶
View Source
const ( // EnvGhToken env key with github token EnvGhToken = "GH_TOKEN" // EnvLogFile env key wtih log file // // default /tmp/fzdwx_open.log EnvLogFile = "OPEN_LOG_FILE" GithubUrl = "https://github.com" Version = "v0.2.4" HistoryFile = "/.fzdwx_open/history" )
Variables ¶
View Source
var ( ClipboardEmptyError = errors.New("clipboard is empty") StdinEmptyError = errors.New("stdin is empty") )
Functions ¶
func GetLogFileName ¶
func GetLogFileName() string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.