Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryooooooga committed May 3, 2021
1 parent f07da72 commit 918efa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Today is 2021-05-02!

| name | signature | implementation |
|:-------------------|:----------------------------------------------|:-------------------------|
| `Now` | `func() *time.Time` | `time.Now` |
| `Now` | `func() time.Time` | `time.Now` |
| `Base` | `func(string) string` | `path.Base` |
| `Ext` | `func(string) string` | `path.Ext` |
| `Dir` | `func(string) string` | `path.Dir` |
Expand Down

0 comments on commit 918efa8

Please sign in to comment.