Skip to content

Commit

Permalink
add badges. optimistically
Browse files Browse the repository at this point in the history
  • Loading branch information
Brent Tubbs committed May 22, 2018
1 parent ee4bb61 commit 44bf91f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# datetime [![Build Status](https://travis-ci.org/btubbs/datetime.svg?branch=master)](https://travis-ci.org/btubbs/datetime) [![Coverage Status](https://coveralls.io/repos/github/btubbs/datetime/badge.svg?branch=master)](https://coveralls.io/github/btubbs/datetime?branch=master)

`datetime` provides a Parse function for turning commonly-used
[ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) date/time formats into
Golang time.Time variables. Unlike Go's built-in RFC-3339 time format, this package support's date
Expand Down

0 comments on commit 44bf91f

Please sign in to comment.