@@ -2,6 +2,7 @@
// All rights reserved. Use of this source code is governed by an MIT-style
// license that can be found in the LICENSE file.
+// Package osutil implements utilities for native OS support.
package osutil
import (
+// Package upgrade downloads and compares releases, and upgrades the running binary.
package upgrade
@@ -2,6 +2,8 @@
+// Package versioner implements common interfaces for file versioning and a
+// simple default versioning scheme.
package versioner
type Versioner interface {