Skip to content

Add golint to golang image #102

@yongtang

Description

@yongtang

We use golang through docker extensively, e.g.,

docker run -i -t --rm -v $PWD:/go/src/... -w /go/src/... golang go build

Typically before compiling our source code with golang, we will invoke golint. Currently the golint is not available in golang images so we have to download golint:

go get -u github.com/golang/lint/golint 

it would be nice if golang docker image comes with golint installed already.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions