mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-10 03:10:26 +00:00
12 lines
173 B
Go
12 lines
173 B
Go
// +build whatsappmulti
|
|
|
|
package bridgemap
|
|
|
|
import (
|
|
bwhatsapp "github.com/42wim/matterbridge/bridge/whatsappmulti"
|
|
)
|
|
|
|
func init() {
|
|
FullMap["whatsapp"] = bwhatsapp.New
|
|
}
|