Skip to content

Commit 753dd26

Browse files
author
Dean Karn
authored
Update README.md
1 parent bd8cc6d commit 753dd26

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ Package tz
22
==========
33

44
![Project status](https://img.shields.io/badge/version-1.0.0-green.svg)
5+
[![Build Status](https://semaphoreci.com/api/v1/joeybloggs/tz/branches/master/badge.svg)](https://semaphoreci.com/joeybloggs/tz)
6+
[![Go Report Card](https://goreportcard.com/badge/github.com/go-playground/tz)](https://goreportcard.com/report/github.com/go-playground/tz)
57
[![GoDoc](https://godoc.org/github.com/go-playground/tz?status.svg)](https://godoc.org/github.com/go-playground/tz)
68
![License](https://img.shields.io/dub/l/vibe-d.svg)
79

@@ -38,4 +40,4 @@ loc, _ := time.LoadLocation(zone)
3840
time.ParseInLocation(...)
3941
time.Now().In(loc)
4042

41-
```
43+
```

0 commit comments

Comments
 (0)