Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
relvacode committed Apr 25, 2017
1 parent fa9d940 commit c4559af
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
@@ -1,6 +1,12 @@
# iso8601
A fast ISO8601 date parser for Go

[![Build Status](https://travis-ci.org/relvacode/iso8601.svg?branch=master)](https://travis-ci.org/relvacode/iso8601) [![Go Report Card](https://goreportcard.com/badge/github.com/relvacode/iso8601)](https://goreportcard.com/report/github.com/relvacode/iso8601)

```go
import "github.com/relvacode/iso8601"
```

## Background

Whilst working with dates, especially with API communication the default `RFC3339` time layout is too restrictive to support the wide range of dates supported in the ISO8061 specification.
Expand Down

0 comments on commit c4559af

Please sign in to comment.