Before tonight's commits I was able to build with `go build`, but now I get: ``` ~/roscoe$ go build osc.go:9:5: import "roscoe/client": cannot find package osc.go:10:5: import "roscoe/osclib": cannot find package ```
Before tonight's commits I was able to build with
go build, but now I get: