3
0
mirror of https://github.com/42wim/matterbridge.git synced 2025-02-25 18:00:42 +01:00

12 lines
173 B
Go

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