more godoc tweaks

This commit is contained in:
Megan Marsh 2020-12-11 16:23:36 -08:00
parent e5a95c7017
commit 608b62f699
4 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,5 @@
// Package SSH provides tooling for generating a temporary SSH keypair, and
// provides tooling for connecting to an instance via a tunnel.
package ssh
import (

View File

@ -2,5 +2,4 @@
Package filelock makes it easy to create and check file locks for concurrent
processes.
*/
package filelock

View File

@ -8,5 +8,4 @@ Note that to successfully use this package your provisioner must have knowledge
of the guest type, which is not information that builders generally collect --
your provisioner will have to require guest information in its config.
*/
package guestexec

View File

@ -1,3 +1,5 @@
// Package iochan is a Go library for treating `io` readers and writers like
// channels.
package iochan
import (