1
0
mirror of https://github.com/golang/go synced 2024-11-19 15:44:44 -07:00
go/src/time
Radek Sohlich e49d074c34 time: example in doc for time.AppendFormat func
The simple example would contribute to better understanding
what function does.

Change-Id: I36a2952df8b0e1762ec0cd908a867c457f39366e
Reviewed-on: https://go-review.googlesource.com/75970
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2017-11-06 17:57:52 +00:00
..
example_test.go time: example in doc for time.AppendFormat func 2017-11-06 17:57:52 +00:00
export_android_test.go time: reduce OS dependent timezone related code 2017-09-27 14:14:45 +00:00
export_test.go
export_windows_test.go time: reduce OS dependent timezone related code 2017-09-27 14:14:45 +00:00
format_test.go time: don't match '---' month in time.Parse 2017-09-08 12:50:14 +00:00
format.go time: fix incorrect "zero padding" comments 2017-11-02 17:16:37 +00:00
genzabbrs.go all: use sort.Slice in a few more places 2017-09-22 12:39:14 +00:00
internal_test.go time: reduce OS dependent timezone related code 2017-09-27 14:14:45 +00:00
mono_test.go all: revert "all: prefer strings.LastIndexByte over strings.LastIndex" 2017-10-05 23:19:42 +00:00
sleep_test.go go/printer: forbid empty line before first comment in block 2017-11-02 18:17:22 +00:00
sleep.go runtime: improve timers scalability on multi-CPU systems 2017-09-12 16:52:23 +00:00
sys_plan9.go time: unify three readFile implementations into one 2017-09-27 14:29:31 +00:00
sys_unix.go time: unify three readFile implementations into one 2017-09-27 14:29:31 +00:00
sys_windows.go time: unify three readFile implementations into one 2017-09-27 14:29:31 +00:00
tick_test.go runtime: return deltimer early if timer.timersBucket is unset 2017-09-15 19:55:10 +00:00
tick.go
time_test.go time: fix grammar/spelling errors in test comment 2017-08-21 17:52:45 +00:00
time.go time: fix Time package doc paragraph order 2017-11-04 01:17:32 +00:00
zoneinfo_abbrs_windows.go time: run genzabbrs.go to update zoneinfo_abbrs_windows.go 2017-06-13 07:12:32 +00:00
zoneinfo_android_test.go
zoneinfo_android.go time: enable ZONEINFO tzdata file support and error reporting 2017-10-03 14:35:32 +00:00
zoneinfo_ios.go time: reduce OS dependent timezone related code 2017-09-27 14:14:45 +00:00
zoneinfo_plan9.go time: reduce OS dependent timezone related code 2017-09-27 14:14:45 +00:00
zoneinfo_read.go time: enable ZONEINFO tzdata file support and error reporting 2017-10-03 14:35:32 +00:00
zoneinfo_test.go time: vendor tzdata-2017b and update test 2017-06-07 21:23:58 +00:00
zoneinfo_unix.go time: reduce OS dependent timezone related code 2017-09-27 14:14:45 +00:00
zoneinfo_windows_test.go time: reduce OS dependent timezone related code 2017-09-27 14:14:45 +00:00
zoneinfo_windows.go time: reduce OS dependent timezone related code 2017-09-27 14:14:45 +00:00
zoneinfo.go time: enable ZONEINFO tzdata file support and error reporting 2017-10-03 14:35:32 +00:00