Commit from GitHub Actions (Publish APIs & Clients)

This commit is contained in:
asim
2021-10-22 19:41:37 +00:00
parent 5b3cb9948d
commit 5cee69a09e
125 changed files with 251 additions and 127 deletions

View File

@@ -2,8 +2,9 @@ package example
import (
"fmt"
"github.com/micro/services/clients/go/emoji"
"os"
"github.com/micro/services/clients/go/emoji"
)
// Find an emoji by its alias e.g :beer:

View File

@@ -2,8 +2,9 @@ package example
import (
"fmt"
"github.com/micro/services/clients/go/emoji"
"os"
"github.com/micro/services/clients/go/emoji"
)
// Get the flag for a country. Requires country code e.g GB for great britain

View File

@@ -2,8 +2,9 @@ package example
import (
"fmt"
"github.com/micro/services/clients/go/emoji"
"os"
"github.com/micro/services/clients/go/emoji"
)
// Print text and renders the emojis with aliases e.g

View File

@@ -2,8 +2,9 @@ package example
import (
"fmt"
"github.com/micro/services/clients/go/emoji"
"os"
"github.com/micro/services/clients/go/emoji"
)
// Send an emoji to anyone via SMS. Messages are sent in the form '<message> Sent from <from>'