Files
p2p-rendering-computation/client/clientIPTable/iptable_test.go
2025-01-05 18:20:20 +00:00

14 lines
198 B
Go

package clientIPTable
// import (
// "testing"
// )
//
// func TestUpdateIpTableListClient(t *testing.T) {
// err := UpdateIpTableListClient()
//
// if err != nil {
// t.Error(err)
// }
// }