aboutsummaryrefslogtreecommitdiffstats
path: root/vm/vmimpl
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2020-06-04 22:20:22 +0200
committerDmitry Vyukov <dvyukov@google.com>2020-06-05 12:23:19 +0200
commite3d77cf2a3cefdc0b6781c32ca3b878568a5856b (patch)
treee7f2c32360964e604a8e4804cf9b7a26b18ec35b /vm/vmimpl
parent26ae0a0eddf244d4273f79e4abda158780c4c645 (diff)
.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.
Diffstat (limited to 'vm/vmimpl')
-rw-r--r--vm/vmimpl/console.go2
1 files changed, 1 insertions, 1 deletions
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 {