start adding test for meta related functions in network package

This commit is contained in:
Kent Gruber 2018-05-02 13:15:24 -04:00
commit db8e2399b0

6
network/meta_test.go Normal file
View file

@ -0,0 +1,6 @@
package network
import (
"strings"
"testing"
)