Docstrings

This commit is contained in:
Jakob Borg 2014-07-31 17:01:11 +02:00
parent 4e36dd2943
commit c860ad23a0
3 changed files with 4 additions and 0 deletions

View File

@ -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 (

View File

@ -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 upgrade downloads and compares releases, and upgrades the running binary.
package upgrade
import (

View File

@ -2,6 +2,8 @@
// All rights reserved. Use of this source code is governed by an MIT-style
// license that can be found in the LICENSE file.
// Package versioner implements common interfaces for file versioning and a
// simple default versioning scheme.
package versioner
type Versioner interface {