Arithfi periphery (Production) How to install? Docker, (Recommend) docker-compose up Run by bin file go mod download CGO_ENABLED=0 GOOS=linux go build -v -o bin/main cmd/main.go ./bin/main (Development) How to start? Normal go run cmd/main.go Hot reload, (Recommend) air