so I want to try fiber on go, but when I try to install the fiber go get github.com/gofiber/fiber/v2, the download process always hang on go: downloading github.com/klauspost/compress v1.17.0. I try to download the repo compress manually to test wether the problem is on my internet connection, but it is not, I could clone the github.com/klauspost/compress normally
What should I do?