go mod tidy
docker buildx build --platform=linux/amd64 -t etov .
go run main.go
or run with docker
docker run -d -p 8181:8181 -e http_proxy=http://http_proxy/ -e https_proxy=http://https_proxy/ --name etov registry.cn-hangzhou.aliyuncs.com/ceerdecy/etov