mirror of
https://github.com/coder/coder.git
synced 2025-07-06 15:41:45 +00:00
chore: add x-authz-checks debug header when running in dev mode (#16873)
This commit is contained in:
@ -1,6 +1,8 @@
|
||||
package syncmap
|
||||
|
||||
import "sync"
|
||||
import (
|
||||
"sync"
|
||||
)
|
||||
|
||||
// Map is a type safe sync.Map
|
||||
type Map[K, V any] struct {
|
||||
|
Reference in New Issue
Block a user