Skip to content

The package file for draw should go in pkg/exp/draw.a, not pkg/draw.a #112

@gopherbot

Description

@gopherbot

by allister.macleod:

When compiling and installing the draw package, the .a file ended up in
$GOROOT/pkg/$GOOS_$GOARCH/ rather than $GOROOT/pkg/$GOOS_$GOARCH/exp/ . 
Judging by the way spacewar imports it, the .a file should be in exp.

Attached is a simple patch which fixes the issue.

Attachments:

  1. expdraw.patch (292 bytes)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions