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.
1 parent 9b67f1d commit af6bfdcCopy full SHA for af6bfdc
Changes
@@ -1,5 +1,8 @@
1
Revision history for go-eldoc.el
2
3
+Version 0.26 2015/08/22 syohex
4
+ - Fix error case that funcall in brackets(#39)
5
+
6
Version 0.25 2015/06/10 syohex
7
- Fix showing wrong function information if assignment operator in comment(#33)
8
go-eldoc.el
@@ -4,7 +4,7 @@
;; Author: Syohei YOSHIDA <syohex@gmail.com>
;; URL: https://github.com/syohex/emacs-go-eldoc
-;; Version: 0.25
+;; Version: 0.26
;; Package-Requires: ((go-mode "1.0.0") (cl-lib "0.5"))
9
10
;; This program is free software; you can redistribute it and/or modify
0 commit comments