New Go programmer here, so apologies in advance for the newbie nature of this.
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 means something like eXperimental, and I should use a different set of libraries if I want something stable. If not that, the x is there to signify something -- I'm curious what it is.