Files
2025-07-26 05:58:59 +00:00

8 lines
214 B
Go

package crawler
// Define a custom type for our context key to avoid collisions.
type contextKey string
// DebugContextKey is the key for the debug flag in the context.
const DebugContextKey contextKey = "debug"