运行golang代码时出错,regex包丢失了吗?

gom*_*ngo 1 go

我正在尝试运行一些我写过的go(golang)代码,并且我继续收到此错误:

cannot find package "regex" in any of:
    /usr/local/go/src/pkg/regex (from $GOROOT)
    /gopath/src/regex (from $GOPATH)
Run Code Online (Sandbox Code Playgroud)

当安装Go时,是否包含正则表达式?

如果没有,我可以在哪里找到它,我该如何安装它?

Chr*_*ian 5

这叫做regexp,而不是regex:http://golang.org/pkg/regexp/