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 3bc7dff commit fb66c7eCopy full SHA for fb66c7e
Changes
@@ -1,5 +1,8 @@
1
Revision history for go-eldoc.el
2
3
+Version 0.22 2015/02/23 syohex
4
+ - Update minimum go-mode version
5
+
6
Version 0.21 2014/12/19 syohex
7
- Fix error when highlights return value of function
8
which has map type arguments(#26)
go-eldoc.el
@@ -4,7 +4,7 @@
;; Author: Syohei YOSHIDA <syohex@gmail.com>
;; URL: https://github.com/syohex/emacs-go-eldoc
-;; Version: 0.21
+;; Version: 0.22
;; 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