Skip to content

Commit 2e14975

Browse files
committed
Make snippet directories better suited for imports.
1 parent d000d8b commit 2e14975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go-playground.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ Tries to look for a URL at point."
175175
"Get unique directory under GOPATH/`go-playground-basedir`."
176176
(let ((dir-name (concat go-playground-basedir "/"
177177
(if (and prefix go-playground-ask-for-file-name) (concat prefix "-"))
178-
(time-stamp-string "%:y-%02m-%02d-%02H:%02M:%02S"))))
178+
(time-stamp-string "at-%:y-%02m-%02d-%02H%02M%02S"))))
179179
(make-directory dir-name t)
180180
dir-name))
181181

0 commit comments

Comments
 (0)