parent
e1406e1e8d
commit
5b94d7ec17
@ -0,0 +1,10 @@
|
||||
package global
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestGlobal(tt *testing.T) {
|
||||
fmt.Println("test pass")
|
||||
}
|
||||
@ -1,10 +0,0 @@
|
||||
package main
|
||||
|
||||
//type IpInfo struct {
|
||||
// CityId int64
|
||||
// Country string
|
||||
// Region string
|
||||
// Province string
|
||||
// City string
|
||||
// ISP string
|
||||
//}
|
||||
Loading…
Reference in new issue