mirror of
https://github.com/cupcakearmy/codecrafters-http-server-go.git
synced 2024-11-09 18:34:18 +01:00
11 lines
300 B
Modula-2
11 lines
300 B
Modula-2
|
// DON'T EDIT THIS!
|
||
|
//
|
||
|
// Codecrafters relies on this file being intact to run tests successfully. Any changes
|
||
|
// here will not reflect when CodeCrafters tests your code, and might even cause build
|
||
|
// failures.
|
||
|
//
|
||
|
// DON'T EDIT THIS!
|
||
|
|
||
|
module github.com/codecrafters-io/http-server-starter-go
|
||
|
|
||
|
go 1.22
|