mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 21:02:26 -05:00
Upstep Go dependencies (#340)
* Upstep Go dependencies * tiny linter fix * Tidy
This commit is contained in:
parent
5506a5ecbe
commit
67ac8db190
160 changed files with 248601 additions and 232400 deletions
4
vendor/modernc.org/libc/libc64.go
generated
vendored
4
vendor/modernc.org/libc/libc64.go
generated
vendored
|
|
@ -7,6 +7,10 @@
|
|||
|
||||
package libc // import "modernc.org/libc"
|
||||
|
||||
const (
|
||||
heapSize = 2 << 30 // Adjust for your debugging session requirements and system RAM size.
|
||||
)
|
||||
|
||||
type (
|
||||
// RawMem represents the biggest byte array the runtime can handle
|
||||
RawMem [1<<50 - 1]byte
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue