start adding tests for wifi functions in network package

this is the base for all the tests
This commit is contained in:
Kent Gruber 2018-05-01 22:35:54 -04:00
commit 7f34d0f6e7

3
network/wifi_test.go Normal file
View file

@ -0,0 +1,3 @@
package network
import "testing"