You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I realized we never added the canonical import path directive for this
repository so people were constantly cloning it into
`$GOPATH/src/github.com/thriftrw/thriftrw-go` and failing to compile it
because the imports are all under `go.uber.org/thriftrw`.
This commit adds a canonical import path directive to avoid issues like
this.
0 commit comments