Skip to content

any plan to migrate to Go 1.5? #10

@c9s

Description

@c9s

The go/types has been moved into the go repository, hence the import path golang.org/x/tools/go/types can be written as go/types

and the import decl can be:

import (
    "go/types"
    "go/importer"
    _ "go/internal/gcimporter"
)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions