Skip to content

unable to detect version control system for code.google.com #76

@ieiei

Description

@ieiei
package code.google.com/p/goprotobuf/proto: unable to detect version control system for code.google.com/ path
package code.google.com/p/go.net/websocket: unable to detect version control system for code.google.com/ path

these two libs are not hosted in code.google.com
code.google.com/p/goprotobuf/proto ==> github.com/golang/protobuf/proto
code.google.com/p/go.net/websocket ==> golang.org/x/net/websocket

So to change all files

import "code.google.com/p/goprotobuf/proto"  to  import "github.com/golang/protobuf/proto"
import "code.google.com/p/go.net/websocket"  to  import "golang.org/x/net/websocket"

Also:
cause it import itself ha/doozerd & ha/doozer
so need to change the directories ${GOPATH}/src/github.com/ha/doozer & ${GOPATH}/src/github.com/ha/doozerd all files import like above

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions