Skip to content

Commit 71f11ff

Browse files
committed
remove go1.6 from travis and update example tests
1 parent 4faab55 commit 71f11ff

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
language: go
22
go:
3-
- 1.6
43
- 1.7
54
- 1.8
65
- 1.9

example/__snapshots__/example.snapshot

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ Content-Type: application/json
2323
"title": "Hello World"
2424
},
2525
"stats": {
26-
"created_at": 1489345012,
2726
"things": [
2827
{
2928
"updated_at": 0

example/main.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ func secondHandler(w http.ResponseWriter, r *http.Request) {
3434
"post": post,
3535
"stats": map[string]interface{}{
3636
"updated_at": time.Now().Unix(),
37-
"created_at": int64(1489345012),
3837
"things": []map[string]interface{}{
3938
{
4039
"updated_at": time.Now().Unix(),

0 commit comments

Comments
 (0)