remove common/net unit test back.

pull/55/merge
Darien Raymond 2015-12-02 16:18:12 +00:00
parent ab875000e0
commit ec31c1fa7f
4 changed files with 3 additions and 6 deletions

View File

@ -1,4 +1,4 @@
package unit
package net_test
import (
"net"

View File

@ -1,4 +1,4 @@
package unit
package net_test
import (
"testing"

View File

@ -1,3 +0,0 @@
package unit
// Placeholder. Golang doesn't like folders full of test files.

View File

@ -1,4 +1,4 @@
package unit
package net_test
import (
"bytes"