init project

This commit is contained in:
lynx
2023-05-17 09:22:51 +08:00
commit 01edf7903c
3 changed files with 7 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
.idea

3
README.md Normal file
View File

@@ -0,0 +1,3 @@
# NetHive
基于 P2P 的 VPN 实现

3
go.mod Normal file
View File

@@ -0,0 +1,3 @@
module NetHive
go 1.20