feat(初始项目): 初始项目

This commit is contained in:
xiaoqidun 2022-11-22 13:31:38 +08:00
parent 85e8c2d689
commit bb66e73222
3 changed files with 12 additions and 0 deletions

5
go.mod Normal file
View File

@ -0,0 +1,5 @@
module github.com/xiaoqidun/wslkd
go 1.19
require github.com/xiaoqidun/gowsl v0.0.0-20221122052230-b17f2681ea51 // indirect

2
go.sum Normal file
View File

@ -0,0 +1,2 @@
github.com/xiaoqidun/gowsl v0.0.0-20221122052230-b17f2681ea51 h1:0Jvs3fS8BzIgNzlbNFIMQgu8s6aArzAYG/hhezFdb4I=
github.com/xiaoqidun/gowsl v0.0.0-20221122052230-b17f2681ea51/go.mod h1:vChfMUbrX0q82bf4QOClSCJO+p1LDtpzrpzW0ggMy9U=

5
wslkd.go Normal file
View File

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