Commit from m3o/m3o action

This commit is contained in:
m3o-actions
2021-10-29 10:44:29 +00:00
parent 4e64b77e47
commit eb73d115f2
212 changed files with 970 additions and 970 deletions

84
m3o.go
View File

@@ -1,48 +1,48 @@
package m3o
import (
"github.com/m3o/m3o-go/address"
"github.com/m3o/m3o-go/answer"
"github.com/m3o/m3o-go/cache"
"github.com/m3o/m3o-go/crypto"
"github.com/m3o/m3o-go/currency"
"github.com/m3o/m3o-go/db"
"github.com/m3o/m3o-go/email"
"github.com/m3o/m3o-go/emoji"
"github.com/m3o/m3o-go/evchargers"
"github.com/m3o/m3o-go/file"
"github.com/m3o/m3o-go/forex"
"github.com/m3o/m3o-go/function"
"github.com/m3o/m3o-go/geocoding"
"github.com/m3o/m3o-go/gifs"
"github.com/m3o/m3o-go/google"
"github.com/m3o/m3o-go/helloworld"
"github.com/m3o/m3o-go/holidays"
"github.com/m3o/m3o-go/id"
"github.com/m3o/m3o-go/image"
"github.com/m3o/m3o-go/ip"
"github.com/m3o/m3o-go/location"
"github.com/m3o/m3o-go/notes"
"github.com/m3o/m3o-go/otp"
"github.com/m3o/m3o-go/postcode"
"github.com/m3o/m3o-go/prayer"
"github.com/m3o/m3o-go/qr"
"github.com/m3o/m3o-go/quran"
"github.com/m3o/m3o-go/routing"
"github.com/m3o/m3o-go/rss"
"github.com/m3o/m3o-go/sentiment"
"github.com/m3o/m3o-go/sms"
"github.com/m3o/m3o-go/stock"
"github.com/m3o/m3o-go/stream"
"github.com/m3o/m3o-go/sunnah"
"github.com/m3o/m3o-go/thumbnail"
"github.com/m3o/m3o-go/time"
"github.com/m3o/m3o-go/twitter"
"github.com/m3o/m3o-go/url"
"github.com/m3o/m3o-go/user"
"github.com/m3o/m3o-go/vehicle"
"github.com/m3o/m3o-go/weather"
"github.com/m3o/m3o-go/youtube"
"go.m3o.com/address"
"go.m3o.com/answer"
"go.m3o.com/cache"
"go.m3o.com/crypto"
"go.m3o.com/currency"
"go.m3o.com/db"
"go.m3o.com/email"
"go.m3o.com/emoji"
"go.m3o.com/evchargers"
"go.m3o.com/file"
"go.m3o.com/forex"
"go.m3o.com/function"
"go.m3o.com/geocoding"
"go.m3o.com/gifs"
"go.m3o.com/google"
"go.m3o.com/helloworld"
"go.m3o.com/holidays"
"go.m3o.com/id"
"go.m3o.com/image"
"go.m3o.com/ip"
"go.m3o.com/location"
"go.m3o.com/notes"
"go.m3o.com/otp"
"go.m3o.com/postcode"
"go.m3o.com/prayer"
"go.m3o.com/qr"
"go.m3o.com/quran"
"go.m3o.com/routing"
"go.m3o.com/rss"
"go.m3o.com/sentiment"
"go.m3o.com/sms"
"go.m3o.com/stock"
"go.m3o.com/stream"
"go.m3o.com/sunnah"
"go.m3o.com/thumbnail"
"go.m3o.com/time"
"go.m3o.com/twitter"
"go.m3o.com/url"
"go.m3o.com/user"
"go.m3o.com/vehicle"
"go.m3o.com/weather"
"go.m3o.com/youtube"
)
func NewClient(token string) *Client {