We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74242ba commit d050238Copy full SHA for d050238
doc/go1.17.html
@@ -558,9 +558,10 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
558
<dl id="time"><dt><a href="/pkg/time/">time</a></dt>
559
<dd>
560
<p><!-- CL 260858 -->
561
- time.Time now has a <a href="/pkg/time/#Time.GoString">GoString</a>
562
- method that will return a more useful value for times when printed with
563
- the <code>"%#v"</code> format specifier in the fmt package.
+ The <a href="/pkg/time/#Time"><code>Time</code></a> type now has a
+ <a href="/pkg/time/#Time.GoString"><code>GoString</code></a> method that
+ will return a more useful value for times when printed with the
564
+ <code>%#v</code> format specifier in the <code>fmt</code> package.
565
</p>
566
567
<p><!-- CL 264077 -->
0 commit comments