time.Time.AppendFormat (method)
6 uses
time (current package)
format.go#L649: b = t.AppendFormat(b, layout)
format.go#L655: func (t Time) AppendFormat(b []byte, layout string) []byte {
go.pact.im/x/zapjournal
encoder.go#L204: e.buf = value.AppendFormat(e.buf, time.RFC3339Nano)
json.go#L179: e.setBuf(v.AppendFormat(e.buf(), time.RFC3339Nano))
go.uber.org/zap/buffer
buffer.go#L57: b.bs = t.AppendFormat(b.bs, layout)
net/http
cookie.go#L263: b.Write(c.Expires.UTC().AppendFormat(buf[:0], TimeFormat))
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)