1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-25 00:45:24 +00:00

remove common/net unit test back.

This commit is contained in:
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"