You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.