Page Menu
Home
Musing Studio
Search
Configure Global Search
Log In
Files
F13779679
edit.go
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
221 B
Subscribers
None
edit.go
View Options
package
writeascli
import
(
"os"
)
var
editors
=
[]
string
{
"WRITEAS_EDITOR"
,
"EDITOR"
}
func
GetConfiguredEditor
()
string
{
for
_
,
v
:=
range
editors
{
if
e
:=
os
.
Getenv
(
v
);
e
!=
""
{
return
e
}
}
return
""
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jan 30, 5:27 AM (17 h, 10 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3610195
Attached To
rWCLI writeas-cli
Event Timeline
Log In to Comment