mirror of
https://github.com/sbrow/ps.git
synced 2025-12-29 18:47:38 -05:00
updates
This commit is contained in:
@@ -4,13 +4,16 @@ import (
|
||||
"fmt"
|
||||
_ "io/ioutil"
|
||||
"os"
|
||||
"path"
|
||||
"path/filepath"
|
||||
_ "strings"
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestPkgPath(t *testing.T) {
|
||||
fmt.Println(pkgpath)
|
||||
out := filepath.Join(os.Getenv("GOPATH"), "src", "github.com", "sbrow", "ps")
|
||||
if filepath.Join(pkgpath) != out {
|
||||
t.Fatal(filepath.Join(pkgpath), out)
|
||||
}
|
||||
}
|
||||
|
||||
func TestOpen(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user