Skip to content
This repository has been archived by the owner on Jul 16, 2020. It is now read-only.

Commit

Permalink
osprepare: make golint / gofmt / misspell happy again
Browse files Browse the repository at this point in the history
More trivial cleanups.

Signed-off-by: Tim Pepper <[email protected]>
  • Loading branch information
Tim Pepper committed Aug 26, 2016
1 parent 06b4c13 commit 0f87abf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions osprepare/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@

/*
osprepare is the Operating System Preparation facility of Ciao, enabling very
simple automated configuration of dependencies between various Linux distributions
in a sane fashion.
Package osprepare is the Operating System Preparation facility of Ciao,
enabling very simple automated configuration of dependencies between
various Linux distributions in a sane fashion.
Expressing Dependencies
Expand Down Expand Up @@ -51,7 +51,7 @@ files be missing. That is to say, if /usr/bin/docker is missing, on a system tha
has been identified as Ubuntu, then the 'docker' package would be installed.
The dependencies for each component should be placed into a `deps.go` file, which
then facilitates easier maintainence and discoverability of the dependencies for
then facilitates easier maintenance and discoverability of the dependencies for
every component.
Verified lack of dependencies
Expand Down Expand Up @@ -81,7 +81,7 @@ which are:
* clearlinux
* ubuntu
* fedora
* fedora
*/
package osprepare

0 comments on commit 0f87abf

Please sign in to comment.