github.com/annchain/OG@v0.0.9/p2p/dns/simple_aname_test.go (about)

     1  package dns
     2  
     3  import (
     4  	"fmt"
     5  	"testing"
     6  )
     7  
     8  func TestDomain(t *testing.T) {
     9  	fmt.Println(Lookup("www.baidu.com"))
    10  }