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
What steps will reproduce the problem?
1. Successful installation
2. Create foo_test.go
3. In same directory as foo_test.go, run gotest
What is the expected output? What do you see instead?
Expected:
A compiled test binary; successful execution of said binary.
Got:
make: *** No rule to make target `testpackage-clean'. Stop.
What is your $GOOS? $GOARCH?
> env|grep ^GO
GOARCH=386
GOROOT=/home/simon/go
GOOS=linux
Which revision are you sync'ed to? (hg log -l 1)
> hg log -l 1
changeset: 4010:91c471680dc9
tag: tip
user: Rob Pike <r@golang.org>
date: Thu Nov 12 11:05:20 2009 -0800
summary: fix a couple of typos.
Please provide any additional information below.