mirror of
https://git.vectorsigma.ru/public/CasaOS.git
synced 2026-07-29 00:37:38 +00:00
9 lines
79 B
Go
9 lines
79 B
Go
package upnp
|
|
|
|
import "testing"
|
|
|
|
func TestGateway(t *testing.T) {
|
|
|
|
Gateway()
|
|
}
|