google / codesearch

Fast, indexed regexp search over large file trees

Home Page:http://swtch.com/~rsc/regexp/regexp4.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"go get" fails to get

Bu11etmagnet opened this issue · comments

$ go get code.google.com/p/codesearch/cmd/...
package code.google.com/p/codesearch/cmd/...: unable to detect version control system for code.google.com/ path

Oh well, let's try github:

$ go get github.com/google/codesearch/...
package github.com/google/codesearch/...
imports github.com/google/codesearch/cmd/cgrep
imports code.google.com/p/codesearch/regexp: unable to detect version control system for code.google.com/ path
package github.com/google/codesearch/...
imports github.com/google/codesearch/cmd/cindex
imports code.google.com/p/codesearch/index: unable to detect version control system for code.google.com/ path
package github.com/google/codesearch/...
imports github.com/google/codesearch/index
imports code.google.com/p/codesearch/sparse: unable to detect version control system for code.google.com/ path

This will be fixed when #39 is merged.

Line 15 of cmd/csearch/csearch.go still points to code.google.com/p/codesearch