5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2025-01-27 19:34:39 +00:00

12 lines
166 B
Go
Raw Normal View History

// +build !nowhatsapp
package bridgemap
import (
bwhatsapp "github.com/42wim/matterbridge/bridge/whatsapp"
)
func init() {
FullMap["whatsapp"] = bwhatsapp.New
}