Skip to content

Commit

Permalink
update travis.ci
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidCai1111 committed Nov 14, 2016
1 parent 53b6612 commit 2cdc18e
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
@@ -1,6 +1,6 @@
# fresh
[![Build Status](https://travis-ci.org/DavidCai1993/fresh.svg?branch=master)](https://travis-ci.org/DavidCai1993/fresh)
[![Coverage Status](https://coveralls.io/repos/github/DavidCai1993/fresh/badge.svg?branch=master)](https://coveralls.io/github/DavidCai1993/fresh?branch=master)
[![Build Status](https://travis-ci.org/go-http-utils/fresh.svg?branch=master)](https://travis-ci.org/go-http-utils/fresh)
[![Coverage Status](https://coveralls.io/repos/github/go-http-utils/fresh/badge.svg?branch=master)](https://coveralls.io/github/go-http-utils/fresh?branch=master)

HTTP response freshness testing for Go

Expand Down
2 changes: 1 addition & 1 deletion example_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"github.com/go-http-utils/fresh"
)

func ExampleFresh_IsFresh() {
func Example() {
reqHeader, resHeader := make(http.Header), make(http.Header)

reqHeader.Set("if-none-match", "foo")
Expand Down

0 comments on commit 2cdc18e

Please sign in to comment.