Tony Yip says to YSITD
pkg/http/handler_factory.go:8:2: cannot find package "github.com/gorilla/handlers" in any of: /Users/tony/go/src/.../vendor/github.com/gorilla/handlers (vendor tree) /usr/local/Cellar/go/1.10.3/libexec/src/github.com/gorilla/handlers (from $GOROOT) /Users/tony/go/src/github.com/gorilla/handlers (from $GOPATH) 但用 ls -l vendor/github.com/gorilla/handlers 時又找到...