time.Time.AppendBinary (method, view implemented interface methods)
2 uses
time (current package)
time.go#L1463: func (t Time) AppendBinary(b []byte) ([]byte, error) {
time.go#L1511: b, err := t.AppendBinary(make([]byte, 0, 16))
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)