Skip to content

Package name format of go modules was changed? #8683

Discussion options

You must be logged in to vote

I checked some other package names between before and after the change and its result is following.
Especially gopkg.in/yaml.v2 is changed to just yaml, which is very hard to guess new package name.

before after
github.com/aws/aws-sdk-go aws/aws-sdk-go
github.com/go-redis/redis/v8 go-redis/redis/v8
gopkg.in/yaml.v2 yaml
golang.org/x/lint golang.org/x/lint
go.uber.org/zap go.uber.org/zap
google.golang.org/grpc google.golang.org/grpc

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@rarkins
Comment options

@viceice
Comment options

@rarkins
Comment options

@kamatama41
Comment options

Answer selected by kamatama41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants