feat: speedtest 网速测试服务(Go+Gin+SQLite,延迟/下载/上传 + 排行榜)

This commit is contained in:
dsh
2026-08-17 09:32:05 -04:00
commit 3b48eea5d1
15 changed files with 1855 additions and 0 deletions
+36
View File
@@ -0,0 +1,36 @@
# 编译产物
*.exe
*.exe~
*.dll
*.so
*.dylib
/speedtest
# 测试产物
*.test
*.out
*.prof
# Go 工具缓存
vendor/
# 日志文件
*.log
# IDE / 编辑器
.idea/
.vscode/
*.swp
*.swo
*~
# 项目运行时数据(本地调试路径)
win/
testdata/
test*.toml
# 数据库文件
*.db
*.db-journal
*.db-wal
*.db-shm