mirror of
https://github.com/oneclickvirt/basics.git
synced 2025-10-08 10:00:29 +08:00
Update
This commit is contained in:
13
ipv6/ipv6_test.go
Normal file
13
ipv6/ipv6_test.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package ipv6
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestGetIPv6Mask(t *testing.T) {
|
||||
ipv6Info, err := GetIPv6Mask("zh")
|
||||
if err == nil {
|
||||
fmt.Println(ipv6Info)
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user