Skip to content

Commit

Permalink
godoc link & fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Petrunko D committed Aug 27, 2020
1 parent 2695e25 commit c4b20d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[![GoDoc reference example](https://img.shields.io/badge/godoc-reference-blue.svg)](https://godoc.org/nanomsg.org/go/mangos/v2)
[![GoDoc](https://godoc.org/github.com/petrunkodg/rdate?status.svg)](https://godoc.org/github.com/petrunkodg/rdate)

# rdate

Golang package which implements a few primitives to work with dates or times conveniently.
A golang package which implements a few primitives to work with dates or times conveniently.
It's especially useful for creating reports.

# Overview
Expand Down Expand Up @@ -60,4 +60,4 @@ Simple example (Period):
// 2020-04-01 00:00:00 — 2020-06-30 23:59:59
// 2020-08-01 00:00:00 — 2020-08-31 23:59:59

For more information and examples see [godoc](https://godoclink).
For more information and examples see [godoc](https://godoc.org/github.com/petrunkodg/rdate).

0 comments on commit c4b20d8

Please sign in to comment.