1
0

chore: 初始化项目,搭建Go后端、React前端与Neutralino桌面壳

This commit is contained in:
2026-04-14 23:25:15 +08:00
commit 9e6324606c
27 changed files with 862 additions and 0 deletions

10
backend/go.mod Normal file
View File

@@ -0,0 +1,10 @@
module nex
go 1.22
require (
github.com/google/uuid v1.6.0
github.com/gorilla/websocket v1.5.1
)
require golang.org/x/net v0.17.0 // indirect