blob: 055c6da2ec2a9d5f8d4ec0e045836d34549130fc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
// +build whatsappmulti
package bridgemap
import (
bwhatsapp "github.com/42wim/matterbridge/bridge/whatsappmulti"
)
func init() {
FullMap["whatsapp"] = bwhatsapp.New
}
|