feat: Inital commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
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"
|
||||
Reference in New Issue
Block a user