We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d000d8b commit 2e14975Copy full SHA for 2e14975
go-playground.el
@@ -175,7 +175,7 @@ Tries to look for a URL at point."
175
"Get unique directory under GOPATH/`go-playground-basedir`."
176
(let ((dir-name (concat go-playground-basedir "/"
177
(if (and prefix go-playground-ask-for-file-name) (concat prefix "-"))
178
- (time-stamp-string "%:y-%02m-%02d-%02H:%02M:%02S"))))
+ (time-stamp-string "at-%:y-%02m-%02d-%02H%02M%02S"))))
179
(make-directory dir-name t)
180
dir-name))
181
0 commit comments