Commit from m3o/m3o action

This commit is contained in:
m3o-actions
2021-11-08 10:59:15 +00:00
parent cab87b9b3e
commit d0307610bc
46 changed files with 1183 additions and 995 deletions

View File

@@ -29,6 +29,7 @@ func FindEmoji() {
})
fmt.Println(rsp, err)
}
```
## Flag
@@ -55,6 +56,7 @@ func GetFlagByCountryCode() {
})
fmt.Println(rsp, err)
}
```
## Print
@@ -84,6 +86,7 @@ func PrintTextIncludingEmoji() {
})
fmt.Println(rsp, err)
}
```
## Send
@@ -113,5 +116,6 @@ To: "+44782669123",
})
fmt.Println(rsp, err)
}
```