Multiple fixes.

This commit is contained in:
Nuno Cruces
2024-04-28 10:33:39 +01:00
parent 992676d7ec
commit beba988824
10 changed files with 58 additions and 57 deletions

View File

@@ -8,8 +8,8 @@ import (
type moduleKey struct{}
type moduleState struct {
handleState
mmapState
handleState
}
func NewContext(ctx context.Context) context.Context {