-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add gtime example test #1474
add gtime example test #1474
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1474 +/- ##
==========================================
+ Coverage 69.81% 69.88% +0.06%
==========================================
Files 404 404
Lines 39367 39367
==========================================
+ Hits 27484 27510 +26
+ Misses 10100 10072 -28
- Partials 1783 1785 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
|
||
// New creates and returns a Time object with given parameter. | ||
// The optional parameter can be type of: time.Time/*time.Time, string or integer. | ||
func ExampleNew() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
No description provided.