hoppscotch / proxyscotch

📡 A simple proxy server created for https://hoppscotch.io
https://hoppscotch.io
MIT License
360 stars 93 forks source link

go build server/server.go does not work #3

Closed lynnchae closed 4 years ago

lynnchae commented 4 years ago

go build server/server.go does not work on linux server

NBTX commented 4 years ago

Odd... What errors are you getting?

lynnchae commented 4 years ago

it just hang up and nothing print in the console image

NBTX commented 4 years ago

I've pushed up some changes to improve the build tooling - which may have fixed these issues anyhow. Try pulling the changes and running ./build.sh linux server.

NBTX commented 4 years ago

Closing under the assumption that the issue is now fixed. If anyone experiences this issue again, leave another comment and I'll reopen the issue.