Skip to content

Commit 311d678

Browse files
committed
gofmt -s and minor readme improvement
1 parent 709a7c3 commit 311d678

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

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

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

1111

1212
## Intro
@@ -61,7 +61,7 @@ You can configure Checkup entirely with a simple JSON document. We recommend you
6161
}
6262
```
6363

64-
For the complete structure you may configure, please see [the godoc](https://godoc.org/github.com/sourcegraph/checkup).
64+
**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!
6565

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

Diff for: s3_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ func (s *s3Mock) PutObject(input *s3.PutObjectInput) (*s3.PutObjectOutput, error
119119
func (s *s3Mock) ListObjects(input *s3.ListObjectsInput) (*s3.ListObjectsOutput, error) {
120120
return &s3.ListObjectsOutput{
121121
Contents: []*s3.Object{
122-
&s3.Object{
122+
{
123123
Key: aws.String("foobar"),
124124
LastModified: new(time.Time),
125125
},

0 commit comments

Comments
 (0)