Page Menu
Home
Musing Studio
Search
Configure Global Search
Log In
Files
F13800177
posts_nix.go
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
220 B
Subscribers
None
posts_nix.go
View Options
// +build !windows
package
main
import
(
"github.com/mitchellh/go-homedir"
)
const
DATA_DIR_NAME
=
".writeas"
func
parentDataDir
()
string
{
dir
,
err
:=
homedir
.
Dir
()
if
err
!=
nil
{
panic
(
err
)
}
return
dir
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Feb 7, 12:24 AM (1 d, 12 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3620434
Attached To
rWCLI writeas-cli
Event Timeline
Log In to Comment