From e3d77cf2a3cefdc0b6781c32ca3b878568a5856b Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Thu, 4 Jun 2020 22:20:22 +0200 Subject: .golangci.yml: enable godot checker A good one. Lots of fixed comments are contributed by episodic contributors. So it's good to catch these earlier. --- vm/vmimpl/console.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vm/vmimpl/console.go') diff --git a/vm/vmimpl/console.go b/vm/vmimpl/console.go index cd47a43bc..fbc05942f 100644 --- a/vm/vmimpl/console.go +++ b/vm/vmimpl/console.go @@ -79,7 +79,7 @@ func (t *tty) Close() error { return nil } -// Open dmesg remotely +// Open dmesg remotely. func OpenRemoteConsole(bin string, args ...string) (rc io.ReadCloser, err error) { rpipe, wpipe, err := osutil.LongPipe() if err != nil { -- cgit mrf-deployment