Skip to content

Commit

Permalink
gofmt -s and minor readme improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
mholt committed Aug 3, 2016
1 parent 709a7c3 commit 311d678
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

**It features an elegant, minimalistic CLI and an idiomatic Go library. They are completely interoperable and their configuration is beautifully symmetric.**

This is a new tool. Please use liberally with discretion and report any bugzies!
This tool is a WIP. Please use liberally with discretion and report any bugzies!


## Intro
Expand Down Expand Up @@ -61,7 +61,7 @@ You can configure Checkup entirely with a simple JSON document. We recommend you
}
```

For the complete structure you may configure, please see [the godoc](https://godoc.org/github.com/sourcegraph/checkup).
**For the complete structure definition, please see [the godoc](https://godoc.org/github.com/sourcegraph/checkup).** There are many elements of checkers and storage you may wish to customize!

Save this file as `config.json` in your working directory.

Expand Down
2 changes: 1 addition & 1 deletion s3_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ func (s *s3Mock) PutObject(input *s3.PutObjectInput) (*s3.PutObjectOutput, error
func (s *s3Mock) ListObjects(input *s3.ListObjectsInput) (*s3.ListObjectsOutput, error) {
return &s3.ListObjectsOutput{
Contents: []*s3.Object{
&s3.Object{
{
Key: aws.String("foobar"),
LastModified: new(time.Time),
},
Expand Down

0 comments on commit 311d678

Please sign in to comment.