mirror of
https://github.com/fumiama/orbyte.git
synced 2026-06-12 14:10:53 +08:00
fix: ensure atomic alignment
This commit is contained in:
@@ -9,8 +9,8 @@ import (
|
||||
|
||||
// UserBuffer with customizable user data structure inside.
|
||||
type UserBuffer[USRDAT any] struct {
|
||||
bytes.Buffer
|
||||
DAT USRDAT
|
||||
bytes.Buffer
|
||||
}
|
||||
|
||||
type bufpooler[USRDAT any] struct{}
|
||||
|
||||
Reference in New Issue
Block a user