type archive/zip.writeBuf
12 uses
archive/zip (current package)
writer.go#L92: b := writeBuf(buf[:])
writer.go#L110: eb := writeBuf(buf[:])
writer.go#L157: b := writeBuf(buf[:])
writer.go#L190: b := writeBuf(buf[:])
writer.go#L314: eb := writeBuf(mbuf[:])
writer.go#L386: b := writeBuf(buf[:])
writer.go#L488: b := writeBuf(buf)
writer.go#L521: type writeBuf []byte
writer.go#L523: func (b *writeBuf) uint8(v uint8) {
writer.go#L528: func (b *writeBuf) uint16(v uint16) {
writer.go#L533: func (b *writeBuf) uint32(v uint32) {
writer.go#L538: func (b *writeBuf) uint64(v uint64) {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |