session icon indicating copy to clipboard operation
session copied to clipboard

Does the package support GO v1.17.2

Open gitHusband opened this issue 3 years ago • 1 comments

I can not download the package using go get -v github.com/go-session/session/v3

The error is go get: module github.com/go-session/session/v3: stream error: stream ID 7; INTERNAL_ERROR

My Go Version:

go version go1.17.2 darwin/amd64

gitHusband avatar Mar 16 '22 09:03 gitHusband

Use https://goproxy.cn/ as go proxy try again. This error is network exception.

LyricTian avatar Mar 16 '22 12:03 LyricTian