Skip to content

Commit

Permalink
Use github.com/lestrrat-go/strftime
Browse files Browse the repository at this point in the history
  • Loading branch information
utahta committed Feb 21, 2018
1 parent bff2d71 commit 4443026
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
9 changes: 5 additions & 4 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@

[[constraint]]
branch = "master"
name = "github.com/lestrrat/go-strftime"
name = "github.com/lestrrat-go/strftime"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ $ go get -u github.com/utahta/go-cronowriter

API documentation can be found [here](http://godoc.org/github.com/utahta/go-cronowriter).

The format specifications can be found [here](https://github.com/lestrrat/go-strftime#supported-conversion-specifications).
The format specifications can be found [here](https://github.com/lestrrat-go/strftime#supported-conversion-specifications).

## Examples

Expand Down
2 changes: 1 addition & 1 deletion writer.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"sync"
"time"

"github.com/lestrrat/go-strftime"
"github.com/lestrrat-go/strftime"
)

type (
Expand Down

0 comments on commit 4443026

Please sign in to comment.