Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Hackpad

We strive for making code editing in the browser a powerful, streamlined experience.
Collective - Host: opensource - https://opencollective.com/hackpad - Website: https://hackpad.org - Code: https://github.com/hack-pad

os: Simplify size using io.Discard.

Change-Id: Ib7cc86643a3dcae788a94472e54de171e0d655fc
Reviewed-on: https://go-review.googlesource...

github.com/hack-pad/go - 3283d1a2f29496d882b6edc57543446967dc8233 authored about 3 years ago by Tamir Duberstein <[email protected]>
internal/fuzz: fix -fuzzminimizetime with 'x' bug

Fixes #48928

Change-Id: I3825ec615ab5fc19389ef4c10ad1042005a3761c
Reviewed-on: https://go-revie...

github.com/hack-pad/go - 61890fb1237a3d2c3be809f66dd3f831cd2cc3d2 authored about 3 years ago by Katie Hockman <[email protected]>
cmd/dist: run a checkNotStale on the builders before running tests

This should be a no-op, but if the sharded builders are for some
reason distributing stale snaps...

github.com/hack-pad/go - 3d051ba8d40a8c2e2b02c0a96cf0c47b1a9c469b authored about 3 years ago by Bryan C. Mills <[email protected]>
[dev.typeparams] cmd/compile: add test for number of instantiations

Add a test for a generic sort function, operating on several different
pointer types (across two...

github.com/hack-pad/go - ac6d706a058de56e5817ea820df4ed59492adbdf authored about 3 years ago by Dan Scales <[email protected]>
testing: don't create unique subtest names while fuzzing

T.Run uses a map[string]int64 to keep track of subtest names that may
be returned through T.Name...

github.com/hack-pad/go - d032b2b2c8235ef25275405f6655866f2c81661d authored about 3 years ago by Jay Conrod <[email protected]>
cmd/compile: some fixes in type substituter for Instantiate

In the case in (*TSubster).Type() that we were running into an
incomplete underlying type (TFORW...

github.com/hack-pad/go - 4186db6155ccd4cfcf71dee0bce566a097f49406 authored about 3 years ago by Dan Scales <[email protected]>
go/types: export TypeParam.Index and remove TypeParam._SetId

This change resolves a TODO regarding a couple uncertain APIs for
types.TypeParam. In the case o...

github.com/hack-pad/go - 26b6833308548f78a0926309c3acf7fd59b287f5 authored about 3 years ago by Robert Findley <[email protected]>
cmd/go: adjust documentation mentioning 'go get'

In module-aware mode, 'go get' no longer builds or installs packages.

- 'go generate' explains ...

github.com/hack-pad/go - f8bfdc9eda4a065b88e5d7ab968957d9c84694bf authored about 3 years ago by Jay Conrod <[email protected]>
cmd/compile: do not reuse dead value in expand_calls pass

We reuse a value for the same selector on the same arg. But if the
value is already marked dead,...

github.com/hack-pad/go - 6e0adde1e9467f5a0b9bdbe3d64f9093981ba5df authored about 3 years ago by Cherry Mui <[email protected]>
testing: fix -run behavior with fuzz tests

This change fixes some issues with -run, and
the subsequent command line output when running
in ...

github.com/hack-pad/go - 36a265a625a8320fea93aad62da4003b2cc54f72 authored about 3 years ago by Katie Hockman <[email protected]>
cmd/internal/obj/ppc64: support alignment of prefixed insn

Insert machine NOPs when a prefixed instruction crosses a 64B boundary.
ISA 3.1 prohibits prefix...

github.com/hack-pad/go - 46796703d739ba77913b0a2addab093a02b6d79d authored about 3 years ago by Paul E. Murphy <[email protected]>
compress/lzw: output a Clear code first, per GIF spec

The TestStartsWithClearCode test is new, but if it existed beforehand,
the want strings would be...

github.com/hack-pad/go - 9c1dbdf60edbffeff10f58af21fa055eb0fdd29f authored about 3 years ago by Nigel Tao <[email protected]>
cmd/link/internal/ld: use libc based fcntl for (*OutBuf).fallocate on darwin

Direct syscalls are no longer supported on darwin. Instead, use libc
fcntl go:linkname'd from th...

github.com/hack-pad/go - d887d3be5f8f143f2475ddb2ea6c48ceb32def17 authored about 3 years ago by Tobias Klauser <[email protected]>
cmd/api: support type parameters

Fixes #48706

Change-Id: If0f8d0b49300027e3b2b46f6870302acf2e00f4e
Reviewed-on: https://go-revie...

github.com/hack-pad/go - 6372e7efbab5a613b73271938acbd1c6f558814e authored about 3 years ago by Ian Lance Taylor <[email protected]>
cmd/compile/internal/types2: avoid duplicate errors for invalid bounds

Resolve a TODO from an earlier CL: we should only check type parameter
bounds once in collectTyp...

github.com/hack-pad/go - d90f0b920054e5e3fba981eea67fe092732a4376 authored about 3 years ago by Robert Findley <[email protected]>
go/types: mark implicit interfaces as such

This is a straightforward port of CL 353396 to go/types.

For #48424

Change-Id: I3040c2ad3a8c95...

github.com/hack-pad/go - c1b0ae4154b44ce0bc4929455ee468fddb5dca9d authored about 3 years ago by Robert Findley <[email protected]>
go/internal/gcimporter: enable importing typeparam/issue48424.go

This is a partial revert of CL 353389, now that go/types supports
eliding interface in constrain...

github.com/hack-pad/go - b41030e6e00d1507141c7c00c014fe8bd9e41ef6 authored about 3 years ago by Robert Findley <[email protected]>
go/types: accept constraint literals with elided interfaces

This is a port of CL 353139 to go/types, adjusted for error reporting
and for the different repr...

github.com/hack-pad/go - 662c5eed3324a334d2d9418deb9e60a6765ff972 authored about 3 years ago by Robert Findley <[email protected]>
go/parser: allow eliding interface in constraint literals

This is a port of CL 353133 from cmd/compile/internal/syntax, with
significant adjustments for t...

github.com/hack-pad/go - 2ecdf9d800f631cfde30b7463a3ed2c0b60611d5 authored about 3 years ago by Robert Findley <[email protected]>
encoding/gob: follow documented io.EOF semantics

The docs say:

If the input is at EOF, Decode returns io.EOF and does not modify e.

However, t...

github.com/hack-pad/go - d973bb107e9142cf17e4a7f2666a71ed2d457e91 authored about 3 years ago by Daniel Martí <[email protected]>
cmd/compile: adjust debug/gosym to deal with instantiated types/funcs/methods

This changes debug/gosym so it can deal with instantiated
types/funcs/methods. I also added test...

github.com/hack-pad/go - 70235351263caee1fd9840d1d652bf28778cd51d authored about 3 years ago by Dan Scales <[email protected]>
cmd/go: insert goroot to the hash of build cache when the packages include C files

This reverts CL 351851, which itself reverted CL 348991.

The problem with the original CL, as f...

github.com/hack-pad/go - 65ffee6f9a949023f10e5b6b918a7a218d9836a1 authored about 3 years ago by Bryan C. Mills <[email protected]>
cmd/compile: deal with TODO related to generic wrappers with embedded fields

It turns out there is no real TODO here - things are working fine. If we
are generating a wrappe...

github.com/hack-pad/go - 52078fa477a0a8a8440ca40d64850730e2cf27f8 authored about 3 years ago by Dan Scales <[email protected]>
all: update vendored golang.org/x/tools

Now that x/tools/go/types/objectpath has been updates to support type
parameters, I ran the foll...

github.com/hack-pad/go - 577bb7dba11ef2f6588664dcface13fba32bb354 authored about 3 years ago by Robert Findley <[email protected]>
cmd/internal/obj/ppc64: fix mtocrf, cleanup other CR ops

Fix "MOVW CRx, Rx" and "MOVFL Rx, constant", The FXM field was not
encoded correctly.

Generate ...

github.com/hack-pad/go - aa1c6f56398882fea0969396666004d6ea7ddd57 authored about 3 years ago by Paul E. Murphy <[email protected]>
cmd/link: do not mark holes in functab

With multiple text sections, there may be holes (non-Go code) in
the PC range of Go code and cov...

github.com/hack-pad/go - bd41f2d3cd82a37e85fcf44067ffd2f728554a3b authored about 3 years ago by Cherry Mui <[email protected]>
runtime: simplify multiple text section handling in findfunc

In findfunc, we first us the relative PC to find the function's
index in functab. When we split ...

github.com/hack-pad/go - 2478b6f6d6c1da1085e958ece8b17255aa17be6e authored about 3 years ago by Cherry Mui <[email protected]>
doc/go1.18: document FreeBSD 11.x will no longer be supported

Mention future versions will require the COMPAT_FREEBSD12 kernel option
set in the kernel.

For ...

github.com/hack-pad/go - f2141a71c6619617d32c224bd2e272a07904b8e9 authored about 3 years ago by Yuval Pavel Zholkover <[email protected]>
regexp: document and implement that invalid UTF-8 bytes are the same as U+FFFD

What should it mean to run a regexp match on invalid UTF-8 bytes?
The coherent behavior options ...

github.com/hack-pad/go - 702e33717486cb8331db17304f2369ef641da61f authored about 3 years ago by Russ Cox <[email protected]>
go/parser: clean up unnecessary arguments and replace an if statement

Eliminate an unnecessary argument from parseGenericType, and replace an
if statement with a swit...

github.com/hack-pad/go - 34f7b1f841cc450cc3aba42019e613fd03a84fce authored about 3 years ago by Robert Findley <[email protected]>
cmd/internal/obj/ppc64: remove unused REG_DCR types

The assembler does not support parsing DCRx registers,
nor does the compiler generate opcodes wi...

github.com/hack-pad/go - 59b2f516e8ec66b76789142fbba4787a0e80d09a authored about 3 years ago by Paul E. Murphy <[email protected]>
cmd/compile: used TESTL instead of TESTQ for cpu feature flag detection

Uses one less byte when encoded. Performance is unchanged.

Change-Id: If400c9c9fc07a033e5ae9bf9...

github.com/hack-pad/go - d2d21d98e4f9181f92f3d484623ed4153444877c authored about 3 years ago by Keith Randall <[email protected]>
cmd/compile: use the shorter version of XOR for breaking POPCNT register

dependency

XORL accomplishes the same thing while being shorter to encode.

Change-Id: I4397999...

github.com/hack-pad/go - b99abf3cce16721d79351c92031239a27fec3d22 authored about 3 years ago by Jake Ciolek <[email protected]>
cmd/compile: mark NOT as an op that doesn't clobber flags on i386/AMD64

NOT does not affect any FLAGS register values on i386/AMD64 so we do not
need to mark it as an O...

github.com/hack-pad/go - ba2c9fef035da3ef93e0eb0dbf4d583663829139 authored about 3 years ago by Jake Ciolek <[email protected]>
sync: use example.com for url in ExampleWaitGroup

Fixes #48886

Change-Id: I1093ae0ba30dab5a73d4d6bcfd083564d13877a6
Reviewed-on: https://go-revie...

github.com/hack-pad/go - eba91e83b05f146892aec8922615e77b6496d886 authored about 3 years ago by Sean Liao <[email protected]>
cmd/compile: eliminate successive swaps

The code generated when storing eight bytes loaded from memory in big
endian introduced two succ...

github.com/hack-pad/go - e1c294a56d5d03cdba1f059cdb6b1225477dc546 authored about 3 years ago by Alejandro García Montoro <[email protected]>
cmd/internal/obj: rename MOVBE{LL,QQ,WW} to just MOVBE{L,Q,W}

The double suffix doesn't seem to serve any purpose, and we can keep
the old spelling as a backw...

github.com/hack-pad/go - 74abcabf3045d2c893a517c872ace719f0e9d88f authored about 3 years ago by Matthew Dempsky <[email protected]>
cmd/go: do not expect a specific timing in test_fuzz_minimize

Empirically, it may take more than 3 seconds for minimization to begin.
If that is the case, the...

github.com/hack-pad/go - 7fcf9a1e58c088eb63b7fc3db494016bf210966b authored about 3 years ago by Bryan C. Mills <[email protected]>
go/build, internal/goarch: sort goarchList alphabetically

Change-Id: I0534b61e34d78104cb85124b805fd90f3250e6c2
Reviewed-on: https://go-review.googlesource...

github.com/hack-pad/go - f430bda2582bdea5cf3afd8a44ef5a46567a325a authored about 3 years ago by Tobias Klauser <[email protected]>
cmd/cgo: use "!compiler_bootstrap" tag instead of "go1.18"

The illumos builder is using a Go 1.18 prerelease toolchain for
bootstrapping, which doesn't hav...

github.com/hack-pad/go - b9e1e1ba3d44069ce0b0564abab1b130ed120539 authored about 3 years ago by Matthew Dempsky <[email protected]>
[dev.boringcrypto] misc/boring: add new releases to RELEASES file

Change-Id: I5aa88700c61e44ae31c1e2bb35716ed99b6df017
Reviewed-on: https://go-review.googlesource...

github.com/hack-pad/go - 2840ccbc051bcfd19a08f8a6bb848fe28e3cffb9 authored about 3 years ago by Heschi Kreinick <[email protected]>
cmd/link: put gcprog symbols along with gcbits

A stack object record may refer to the object's type's GC mask or
GC program (for very large typ...

github.com/hack-pad/go - d480b5c790196c615213f2308d6b7b975eb99ff9 authored about 3 years ago by Cherry Mui <[email protected]>
runtime: fix uint64->float32 conversion for softfloat

The fix for #48807 in CL 354429 forgot that we also need to fix
the softfloat implementation.

U...

github.com/hack-pad/go - 16a3cefc93d9b896b2053320e387d0e449904aba authored about 3 years ago by Keith Randall <[email protected]>
go/types: rename rparamMap to recvTParamMap to match types2

See also CL 354693.

Change-Id: Id7579c5f7d486652a5b53b29663a6573a493121f
Reviewed-on: https://g...

github.com/hack-pad/go - d7ba1d276be37989cfbcf3dc17a17e2ee9c5382d authored about 3 years ago by Robert Griesemer <[email protected]>
cmd/compile/internal/types2: use an identifier map rather than isubst for recv type params

This is a port of CL 354643 from go/types to types2 with adjustments:
- use of syntax rather tha...

github.com/hack-pad/go - a7d3a0e971818c754217829c8bd10b1e167d3481 authored about 3 years ago by Robert Griesemer <[email protected]>
cmd/compile: allow delaying of transformCompLit, new transformAddr

For this unusual case, where a constraint specifies exactly one type, we
can have a COMPLIT expr...

github.com/hack-pad/go - 0d838ea5a2b69255d0a486dd9df27d14ad680aba authored about 3 years ago by Dan Scales <[email protected]>
[dev.boringcrypto] misc/boring: fix Docker Hub references

Missed some references and it worked because I had old Docker images on
my local daemon.

Change...

github.com/hack-pad/go - 114aa699324a92ba8162138a11707684af7b8993 authored about 3 years ago by Heschi Kreinick <[email protected]>
go/ast, go/types: remove some stale TODOs

We've decided to leave TParams on FuncType, and type list syntax is
no longer part of the propos...

github.com/hack-pad/go - 99c1b249b1ffe3b36c5c95572f4497be86b5d727 authored about 3 years ago by Robert Findley <[email protected]>
Move log pkg to internal

github.com/hack-pad/hackpad - f4b6f599cbbca8ed174e0fd45b12fd2fec326244 authored about 3 years ago by John Starich <[email protected]>
Add known issues to README

github.com/hack-pad/hackpad - 071cbf86c6b6d3c72dda744ac95b3704ba189ecc authored about 3 years ago by John Starich <[email protected]>
Update CI/CD for default branch rename

github.com/hack-pad/hackpad - 47694e651c8c13d1ae0e3c92ff5790456c5fb648 authored about 3 years ago by John Starich <[email protected]>
Update brand icons

github.com/hack-pad/hackpad - be2b4e14d3cb509aefbe43a3fcc22d3da06c0e41 authored about 3 years ago by John Starich <[email protected]>
Update site brand to new name and style

github.com/hack-pad/hackpad - 4946bfb57f01c0bc53f9018bc2c1e570570998c9 authored about 3 years ago by John Starich <[email protected]>
Update global object name to hackpad

github.com/hack-pad/hackpad - cbcd7e282a48dc3fcb94d8c5835f5ce66317d06b authored about 3 years ago by John Starich <[email protected]>
Update module name and imports to hackpad

github.com/hack-pad/hackpad - be46883e66a1339bedec5b5641e6f1e8ecbb16e6 authored about 3 years ago by John Starich <[email protected]>
Update project name in code and some docs

github.com/hack-pad/hackpad - 4882d7a5da95687e5c7c7c5f16d5d029e4db17b4 authored about 3 years ago by John Starich <[email protected]>
Fix eslint warning

github.com/hack-pad/hackpad - b591435fb7504b9371af03e8f0c899be1579503e authored about 3 years ago by John Starich <[email protected]>
Update link to point to hackpad repo

github.com/hack-pad/hackpad - 0cf0e8de777027f273b844defc44b0fcae5d498a authored about 3 years ago by John Starich <[email protected]>
Update README with new domain

github.com/hack-pad/hackpad - 0055d36f2dc60dcecaa83ff692da37ea09017bf6 authored about 3 years ago by John Starich <[email protected]>
Remove old funding file

github.com/hack-pad/hackpad - eb1145eb1962d8edf72fa22bbaae0371eac7e23c authored about 3 years ago by John Starich <[email protected]>
Deploy to hackpad.org

github.com/hack-pad/hackpad - 0e176e7ec7a0e95c4f65a43676a1e0fb6a4d03a0 authored about 3 years ago by John Starich <[email protected]>
Use latest version of hush

github.com/hack-pad/hackpad - 31148264e70938e80c1163a930aa31a99da6d550 authored about 3 years ago by John Starich <[email protected]>
Add docs

github.com/hack-pad/hush - abf2132348e2b1f7ba71c6f5b44395d76f3b544c authored about 3 years ago by John Starich <[email protected]>
Add CNAME file during deploy

github.com/hack-pad/hackpad - 9440f635cfa1a3f85c3e06192d71bad5395657c2 authored about 3 years ago by John Starich <[email protected]>
Switch to GitHub Actions (#14)

github.com/hack-pad/hackpad - b45ee1419a24fa9930f0d5c574f208d72cde4009 authored about 3 years ago by John Starich <[email protected]>
Fix docker build

github.com/hack-pad/hackpad - 620d08a10eaa584a0488320ce1b1886b8fe5f4c0 authored about 3 years ago by John Starich <[email protected]>
Switch to newly extracted "hush" shell

github.com/hack-pad/hackpad - 4b701e48cc6fe3747122432557f26c9e000b937d authored about 3 years ago by John Starich <[email protected]>
Fix missing coverage env var (#2)

github.com/hack-pad/hush - bd589dbef3a324e83f2cd27ab0b9e1f2b6f533f7 authored about 3 years ago by John Starich <[email protected]>
Add CI and coverage badges

github.com/hack-pad/hush - 96dc724efd697789a6242856ceb5f7cb993e7755 authored about 3 years ago by John Starich <[email protected]>
Add GitHub Actions (#1)

github.com/hack-pad/hush - 7488f1358e67baeb0087d8e1385ef6aac5b30ed9 authored about 3 years ago by John Starich <[email protected]>
Remove dependency on hackpadfs

github.com/hack-pad/hush - 045204c04ebd5bccb00b878e956477a3ec04ba6c authored about 3 years ago by John Starich <[email protected]>
Add and fix lint and test

Includes first test, just checking a basic "ls"

github.com/hack-pad/hush - 01aae3e7c4b4ec7d41d4b59e2dad07ef90bcbfbc authored about 3 years ago by John Starich <[email protected]>
Initial code drop

github.com/hack-pad/hush - 99fe1c06b6931987dbc67c5932721a3b3fa17c83 authored about 3 years ago by John Starich <[email protected]>
Switch to hack-pad Go fork

github.com/hack-pad/hackpad - ee12cfa4005c6a10627f4d3539f84f126c00ce98 authored about 3 years ago by John Starich <[email protected]>
Initial commit

github.com/hack-pad/hush - af12abf31e4aca5683631fe94723cd37a228b589 authored about 3 years ago by John Starich <[email protected]>
Fix reload and reset settings buttons

github.com/hack-pad/hackpad - b541931509dfbc2cbce9b8465063468cc27a63c7 authored about 3 years ago by John Starich <[email protected]>
Upgrade Go to latest (1.16.6)

github.com/hack-pad/hackpad - 345209cce19ea14f7b065a2f653b377cd2a11189 authored about 3 years ago by John Starich <[email protected]>
Add cache FS to wrap golang tar, 2x faster re-compile time

github.com/hack-pad/hackpad - 46c34eac46bdd62809ba40ef4e72c3a4236b35da authored about 3 years ago by John Starich <[email protected]>
Revert "287e93d7ea01484c2512ccc05c8506d84fafa42d", no significant perf boost

This reverts commit 287e93d7ea01484c2512ccc05c8506d84fafa42d.

github.com/hack-pad/hackpad - 6481dff185348a6cbbdbb3f972cc9471c39cbde0 authored about 3 years ago by John Starich <[email protected]>
Rename "cacheInfo" to just "cache"

github.com/hack-pad/hackpad - 705c522e93a1ed66fce52ba4561341a76636a3e8 authored about 3 years ago by John Starich <[email protected]>
Add relaxed durability for ephemeral data like caches and go.tar.gz

github.com/hack-pad/hackpad - 4739e173a519f6b28842357c1bc82728a0177869 authored about 3 years ago by John Starich <[email protected]>
Revert remaining statcache pieces

github.com/hack-pad/hackpad - c2b1890cf20d986ad6aaf7728fd76ba4390fbe7b authored about 3 years ago by John Starich <[email protected]>
Update hackpadfs and idb to latest

Pulls in memory and cpu performance improvements, adds a cache FS

github.com/hack-pad/hackpad - 53b125e0fae6e59ec1bb1a8a26ae71fad244700e authored about 3 years ago by John Starich <[email protected]>
Restore "Add info and readdir caching"

This reverts commit 77c4b7cf2b51bc5cc5912f124859bcabf6286072.

github.com/hack-pad/hackpad - 6320e8375474de6f0323ed899374c6fc397287fb authored about 3 years ago by John Starich <[email protected]>
Bump to first release of hackpadfs and idb

github.com/hack-pad/hackpad - b6331091563765d03ed7c8c9b91818e73f40d430 authored about 3 years ago by John Starich <[email protected]>
Remove now-unused code, fix FS bugs

github.com/hack-pad/hackpad - 0912a557613ad23bb909f22c701a0272fefacae8 authored about 3 years ago by John Starich <[email protected]>
Add info and readdir caching

github.com/hack-pad/hackpad - a7266afc9dc9f7d1e374877fc8b546c6b8c67f53 authored about 3 years ago by John Starich <[email protected]>
Use hackpadfs for mount and IDB FSs

github.com/hack-pad/hackpad - 31d82d2affc80cbff8ae3a21429f89410a775a78 authored about 3 years ago by John Starich <[email protected]>
Revert "Add info and readdir caching", no noticeable perf boost

This reverts commit b128f642c47b9e96adaf47d3ae08b268e21fb879.

github.com/hack-pad/hackpad - e26cc54d2e58be75d6d20f3f97f9b4cf07c6cd51 authored about 3 years ago by John Starich <[email protected]>
Add info and readdir caching at FS and File level

github.com/hack-pad/hackpad - 68f37e11ea7ea716c6bcd69388129d4db1d3159d authored about 3 years ago by John Starich <[email protected]>
Finish removing afero in favor of hackpadfs

github.com/hack-pad/hackpad - 96a77b20ff85509d6a4d4432edc2040dd9a7e071 authored about 3 years ago by John Starich <[email protected]>
go mod tidy

github.com/hack-pad/hackpad - 4b94eb982fafa7826115e6e901d4e2792b8213b4 authored about 3 years ago by John Starich <[email protected]>
Fix non-JS tests

github.com/hack-pad/hackpad - faf881753083a7dd6e1117bff909dbfb86f02dcf authored about 3 years ago by John Starich <[email protected]>
Bump to first release of idb

github.com/hack-pad/hackpadfs - 4915baf7225c33d8b1ff5f347371bd9482e3c17c authored about 3 years ago by John Starich <[email protected]>
cache: Add new cache FS

github.com/hack-pad/hackpadfs - 5be1a96da8e1dc52d803c3fe926bb948a6046c27 authored about 3 years ago by John Starich <[email protected]>
cache: Simplify "ensure base dir" to MkdirAll

github.com/hack-pad/hackpadfs - e86ae6db0bb33030daa4204f2b5c103cd153087d authored about 3 years ago by John Starich <[email protected]>
Bump idb to latest to pick up context leak fixes

github.com/hack-pad/hackpadfs - 2b73518567671688f50bfa36fb59976630f87445 authored about 3 years ago by John Starich <[email protected]>
keyvalue: Fix SetBlob arg naming to match behavior

github.com/hack-pad/hackpadfs - 25175b53ff25accdb27d58fb395b46aeb6e31bd5 authored about 3 years ago by John Starich <[email protected]>
keyvalue: Fix blob.Bytes data races when sharing byte slices

github.com/hack-pad/hackpadfs - 0f3aa9c87d7aba8455a5e1e0c83d65e2779e4ff5 authored about 3 years ago by John Starich <[email protected]>
Fix lint

github.com/hack-pad/hackpadfs - 99eb86f64c6b3a018503d6a84b518e12f7e99843 authored about 3 years ago by John Starich <[email protected]>