Skip to content

Commit

Permalink
Fix comment in godepchecker
Browse files Browse the repository at this point in the history
Lets make verify pass
  • Loading branch information
adambkaplan committed Apr 25, 2018
1 parent 57a6448 commit e9a0553
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tools/depchecker/godepchecker.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@ package main

import (
"fmt"
"gopkg.in/yaml.v2"
"io/ioutil"
"os"
"strings"

"gopkg.in/yaml.v2"
)

// Dependency represents a Golang dependency
// Import represents a Golang dependency
type Import struct {
Name string `yaml:"name"`
Version string `yaml:"version"`
Expand Down

0 comments on commit e9a0553

Please # to comment.