We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f6c8b14 + d4e175d commit 41a05adCopy full SHA for 41a05ad
go-playground.el
@@ -6,7 +6,7 @@
6
;; Author: Alexander I.Grafov <[email protected]>
7
;; URL: https://github.com/grafov/go-playground
8
;; Keywords: tools, golang
9
-;; Version: 1.7.1
+;; Version: 1.8.1
10
;; Package-Requires: ((emacs "24") (go-mode "1.4.0") (gotest "0.13.0"))
11
12
;; This program is free software; you can redistribute it and/or modify
@@ -239,7 +239,7 @@ Tries to look for a URL at point."
239
(and (bound-and-true-p go-playground-mode)
240
buffer-file-name
241
(string-prefix-p (file-truename go-playground-basedir)
242
- (file-truename buffer-file-name))))
+ (file-truename buffer-file-name))))
243
244
(provide 'go-playground)
245
;;; go-playground.el ends here
0 commit comments