mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 10:10:08 -08:00
Use []uint32 in bitset instead of []uint64, because it's harder to guarantee 64-bit alignment of []uint64 than I had realized: https://go101.org/article/memory-layout.html |
||
|---|---|---|
| .. | ||
| args.go | ||
| args_test.go | ||
| bitset.go | ||
| bitset_test.go | ||
| crypto.go | ||
| crypto_test.go | ||
| fieldsn.go | ||
| net.go | ||
| net_test.go | ||
| os.go | ||
| semaphores.go | ||
| semaphores_test.go | ||
| sync.go | ||
| text.go | ||
| text_test.go | ||