Skip to content

Commit

Permalink
Fixed readme for #6
Browse files Browse the repository at this point in the history
  • Loading branch information
FileGo committed Oct 28, 2020
1 parent a6470e6 commit 7835498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -26,4 +26,4 @@ Next, feed the information into the SunriseSunset() method:
2000, time.January, 1, // 2000-01-01
)

The two return values will be the sunrise and sunset times for the location on the given day as time.Time values.
The two return values will be the sunrise and sunset times for the location on the given day as time.Time values. If sun does not rise or set, both return values will be time.Time{}.

0 comments on commit 7835498

Please sign in to comment.