mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-23 12:16:38 +00: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{}
|