Skip to content

Commit

Permalink
make go vet + go lint pass (except big renames)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamás Gulácsi committed Jan 20, 2015
1 parent ad7d752 commit 242904a
Show file tree
Hide file tree
Showing 4 changed files with 463 additions and 445 deletions.
6 changes: 2 additions & 4 deletions example_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@
// Author: Joseph Spurrier (http://josephspurrier.com)
// License: http://www.apache.org/licenses/LICENSE-2.0.html

package goversioninfo_test
package goversioninfo

import (
"fmt"
"io/ioutil"

"github.com/josephspurrier/goversioninfo"
)

// Example
Expand All @@ -26,7 +24,7 @@ func logic() {
}

// Create a new container
vi := &goversioninfo.VersionInfo{}
vi := &VersionInfo{}

// Parse the config
if err := vi.ParseJSON(jsonBytes); err != nil {
Expand Down
Loading

0 comments on commit 242904a

Please sign in to comment.