Initial commit

This commit is contained in:
Oliwier Adamczyk
2025-10-04 12:46:07 +02:00
commit 1aa78d10c5
3 changed files with 11 additions and 0 deletions

3
README.md Normal file
View File

@@ -0,0 +1,3 @@
# Scrap
Scraper for the Survive project.

5
cmd/serve/main.go Normal file
View File

@@ -0,0 +1,5 @@
package serve
func main() {
}

3
go.mod Normal file
View File

@@ -0,0 +1,3 @@
module scrap
go 1.24.4