gateway_test.go 79 B

12345678
  1. package upnp
  2. import "testing"
  3. func TestGateway(t *testing.T) {
  4. Gateway()
  5. }