mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2024-12-08 14:36:32 +01:00
5 lines
139 B
Go
5 lines
139 B
Go
|
package expctxkeys
|
||
|
|
||
|
// MemoryAllocatorKey is a context.Context key for the experimental memory allocator.
|
||
|
type MemoryAllocatorKey struct{}
|