mirror of
https://github.com/cupcakearmy/codecrafters-http-server-go.git
synced 2024-11-09 10:24:13 +01:00
12 lines
282 B
YAML
12 lines
282 B
YAML
# Set this to true if you want debug logs.
|
|
#
|
|
# These can be VERY verbose, so we suggest turning them off
|
|
# unless you really need them.
|
|
debug: false
|
|
|
|
# Use this to change the Go version used to run your code
|
|
# on Codecrafters.
|
|
#
|
|
# Available versions: go-1.22
|
|
language_pack: go-1.22
|