This commit is contained in:
Kar
2026-02-20 20:19:16 +05:30
commit 995c49518f
6 changed files with 861 additions and 0 deletions

5
go.mod Normal file
View File

@@ -0,0 +1,5 @@
module siliconpin_spider
go 1.21
require github.com/mattn/go-sqlite3 v1.14.22