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 d9a9e51 commit 8db253dCopy full SHA for 8db253d
go-mode.el
@@ -2248,11 +2248,8 @@ If IGNORE-CASE is non-nil, the comparison is case-insensitive."
2248
(funcall go-packages-function))
2249
2250
(defun go-packages-native ()
2251
- "Return a list of all installed Go packages. Obsolete.
2252
-It looks for archive files in /pkg/. This strategy does not work
2253
-well with the Go build cache or Go modules.
2254
-
2255
-You should use `go-packages-go-list' instead."
+ "Return a list of all installed Go packages."
+ (declare (obsolete "this function does not work well with modern versions of Go. You should use `go-packages-go-list' instead." "1.7.0"))
2256
(sort
2257
(delete-dups
2258
(cl-mapcan
0 commit comments