package
0.0.0-20240917151801-3e295c8ed30c
Repository: https://github.com/w3liu/algorithm.git
Documentation: pkg.go.dev
# README
编译命令
set GOARCH=amd64
set GOOS=linux
go build -ldflags "-X main.VERSION=1.0.0 -X 'main.BUILD_TIME=`date`' -X 'main.GO_VERSION=`go version`' -s -w" -o filemng
启动命令
chmod +x filemng
nohup ./filemng >> nohup.log 2>&1 &
# Constants
No description provided by the author
No description provided by the author
No description provided by the author