Skip to content

Commit 2cdc18e

Browse files
committed
update travis.ci
1 parent 53b6612 commit 2cdc18e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# fresh
2-
[![Build Status](https://travis-ci.org/DavidCai1993/fresh.svg?branch=master)](https://travis-ci.org/DavidCai1993/fresh)
3-
[![Coverage Status](https://coveralls.io/repos/github/DavidCai1993/fresh/badge.svg?branch=master)](https://coveralls.io/github/DavidCai1993/fresh?branch=master)
2+
[![Build Status](https://travis-ci.org/go-http-utils/fresh.svg?branch=master)](https://travis-ci.org/go-http-utils/fresh)
3+
[![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)
44

55
HTTP response freshness testing for Go
66

example_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"github.com/go-http-utils/fresh"
88
)
99

10-
func ExampleFresh_IsFresh() {
10+
func Example() {
1111
reqHeader, resHeader := make(http.Header), make(http.Header)
1212

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

0 commit comments

Comments
 (0)