modulepackage
0.0.0-20240314074833-ef29a5b64f1a
Repository: https://github.com/chatqa/chatqa-autoapp.git
Documentation: pkg.go.dev
# README
Go语言编译
实现将Go语音代码编译为可执行程序的服务。
mkdir xxxxxxxx
cd xxxxxxxx
vim go.mod
vim main.go
export GOOS=windows && export GOARCH=amd64 && go mod tidy && go build
Python语言
mkdir xxxxxxxx
cd xxxxxxxx
vim app.py
pigar generate
pip install -r requirements.txt
pyinstaller --onefile app.py
# Structs
No description provided by the author
No description provided by the author
No description provided by the author