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) {