1
This commit is contained in:
@@ -1,12 +1,11 @@
|
|||||||
package ascription_place
|
package ascription_place
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"fmt"
|
|
||||||
"testing"
|
"testing"
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestAscriptionPlace(t *testing.T) {
|
func TestAscriptionPlace(t *testing.T) {
|
||||||
p, err := Find("18744776542")
|
//p, err := Find("18744776542")
|
||||||
fmt.Println(p)
|
//fmt.Println(p)
|
||||||
fmt.Println(err)
|
//fmt.Println(err)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user