grim/govcs

Trying to appease the godoc wizards
draft
2017-12-05, Gary Kramlich
044d89c67b9a
Parents 804ba1ab5d48
Children 11a3dcfb973b
Trying to appease the godoc wizards
--- a/exec/command.go Tue Dec 05 21:17:57 2017 -0600
+++ b/exec/command.go Tue Dec 05 21:19:23 2017 -0600
@@ -14,6 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
+//
package exec
type Cmd interface {
--- a/exec/mock.go Tue Dec 05 21:17:57 2017 -0600
+++ b/exec/mock.go Tue Dec 05 21:19:23 2017 -0600
@@ -14,6 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
+//
package exec
type MockCommand struct {