trpc-group / trpc-go

A pluggable, high-performance RPC framework written in golang
Other
743 stars 85 forks source link

unreachable trpc.group/trpc-go/go_reuseport package #117

Closed jackylong1 closed 8 months ago

jackylong1 commented 8 months ago

i clone the latest version of trpc-go my system is darwin arm64

when i cd example to run hello as the doc say. i got the error as follow: unrecognized import path "trpc.group/trpc-go/go_reuseport": https fetch: Get "https://trpc.group/trpc-go/go_reuseport?go-get=1":

WineChord commented 8 months ago

git pull the latest commit of trpc-go, not the latest tag/release.

WineChord commented 8 months ago

We are going to release a new version to address this issue.

WineChord commented 8 months ago

https://github.com/trpc-group/trpc-go/pull/118

sandyskies commented 8 months ago

https://github.com/trpc-group/trpc-go/releases/tag/v1.0.1 now u can use this tag