Apply .gitignore rules
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package qcloud
|
||||
|
||||
type telField struct {
|
||||
Nationcode string `json:"nationcode"`
|
||||
Mobile string `json:"mobile"`
|
||||
}
|
||||
|
||||
func newTelField(nation, mobile string) *telField {
|
||||
return &telField{
|
||||
Nationcode: nation,
|
||||
Mobile: mobile,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user