Initial commit

This commit is contained in:
ben Gutier 2023-09-09 12:01:50 +08:00
parent 202fd4d29c
commit e94fc4d77e

View File

@ -18,6 +18,7 @@ export PATH=$PATH:$GOPATH/bin
source ~/.bashrc source ~/.bashrc
//验证安装 //验证安装
go version go version
//cd到main.go源码目录
cd /share-copilot/source cd /share-copilot/source
go build go build
``` ```