Why are Some golang.org Packages Prefixed with an `x`

前端 未结 2 1041
隐瞒了意图╮
隐瞒了意图╮ 2021-01-13 11:13

Why are some golang.org package names prefixed with an x? The specific package that piqued my interest was bycrypt

My main concern is the x

2条回答
  •  再見小時候
    2021-01-13 11:38

    Packages that are prefixed with X are part of the go project but are stored in sub repos. They are not experimental.

    See: https://golang.org/pkg/#subrepo

提交回复
热议问题