diff options
Diffstat (limited to 'git.go')
| -rw-r--r-- | git.go | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,8 +4,9 @@ import ( "strings" "unicode/utf8" - "go.wit.com/log" "io/ioutil" + + "go.wit.com/log" ) func (rs *RepoStatus) String() string { |
