geovex / tgp

telegram proxy written in go
MIT License
3 stars 1 forks source link

. #2

Closed aa1008611 closed 10 months ago

aa1008611 commented 1 year ago

go mod download

go build ./cmd/tgp

Input not responding,Can you introduce the environment in detail? Thank you.

geovex commented 1 year ago

I tried on my vps, go build took nearly 30seconds to compile. Go compiler is not so fast when build cache is clean. You can try go build -v ./cmd/tgp to get some progress. Also I'll mention in readme that you need go 1.20

geovex commented 1 year ago

Obviously you need to at least install go compiler to build this. I don't know what system you are using, So I can't give consistent advice. We can convert this issue to discussion and talk about details.

aa1008611 commented 1 year ago

After obtaining input from adtag, restart the program/wait for a long time without any response, do not display sponsors

geovex commented 10 months ago

Discussion moved to (#3 )