emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/go-mode c693232 137/495: mention flymake-go as an alternat


From: ELPA Syncer
Subject: [nongnu] elpa/go-mode c693232 137/495: mention flymake-go as an alternative to goflymake
Date: Sat, 7 Aug 2021 09:04:59 -0400 (EDT)

branch: elpa/go-mode
commit c69323209e8d1b927ee48d86f591bf1232792391
Author: Robert Zaremba <robert.zaremba@zoho.com>
Commit: Dominik Honnef <dominikh@fork-bomb.org>

    mention flymake-go as an alternative to goflymake
---
 README.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/README.md b/README.md
index 8058e11..3b51927 100644
--- a/README.md
+++ b/README.md
@@ -48,6 +48,11 @@ checking and [gocode](https://github.com/nsf/gocode) for auto
 completion. Some features require you to install godef via `go get
 code.google.com/p/rog-go/exp/cmd/godef`.
 
+Alternatively there is also
+[flymake-go](http://marmalade-repo.org/packages/flymake-go), which
+uses _gofmt_ to check for syntax errors and doesn't require installing
+any additional binaries. It **only** catches syntactic errors though.
+
 Also, if you're using YASnippet, consider using the snippets from
 [yasnippet-go](https://github.com/dominikh/yasnippet-go).
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]