Skip to content

Commit

Permalink
Add go report card badge and run gofmt -s.
Browse files Browse the repository at this point in the history
  • Loading branch information
natefinch committed Oct 18, 2016
1 parent a7bb554 commit d004e9e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# gorram [![Codeship](https://img.shields.io/codeship/ba651390-71e8-0134-7f3a-1a37cb97ae34.svg?maxAge=0)](https://app.codeship.com/projects/178461)
![river](https://cloud.githubusercontent.com/assets/3185864/18798443/97829e60-81a0-11e6-99a2-d8a788dd9279.jpg)
![river](https://cloud.githubusercontent.com/assets/3185864/18798443/97829e60-81a0-11e6-99a2-d8a788dd9279.jpg) [![Go Report Card](https://goreportcard.com/badge/npf.io/gorram)](https://goreportcard.com/report/npf.io/gorram)

<sup><sub>image: &copy; [SubSuid](http://subsuid.deviantart.com/art/River-Tam-Speed-Drawing-282223915)</sub></sup>

Expand Down
8 changes: 4 additions & 4 deletions run/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -305,10 +305,10 @@ func (c *Command) compileData() (templateData, error) {
DstIdx: -1,
ParamTypes: map[types.Type]struct{}{},
Imports: map[string]struct{}{
c.Package: struct{}{},
"log": struct{}{},
"os": struct{}{},
"fmt": struct{}{},
c.Package: {},
"log": {},
"os": {},
"fmt": {},
},
cmd: c,
}
Expand Down

0 comments on commit d004e9e

Please sign in to comment.