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 ae77b5e commit 3d5da97Copy full SHA for 3d5da97
Changes
@@ -1,5 +1,9 @@
1
Revision history for go-eldoc.el
2
3
+Version 0.21 2014/12/19 syohex
4
+ - Fix error when highlights return value of function
5
+ which has map type arguments(#26)
6
+
7
Version 0.20 2014/12/02 syohex
8
- Fix highlighting function parameter issue
9
- Fix byte-compile issue
go-eldoc.el
@@ -4,7 +4,7 @@
;; Author: Syohei YOSHIDA <syohex@gmail.com>
;; URL: https://github.com/syohex/emacs-go-eldoc
-;; Version: 0.20
+;; Version: 0.21
;; Package-Requires: ((go-mode "0") (cl-lib "0.5"))
10
;; This program is free software; you can redistribute it and/or modify
0 commit comments