forked from jshiffer/matterbridge
c4157a4d5b
* Update dependencies * Fix whatsmeow API changes
5 lines
88 B
Bash
5 lines
88 B
Bash
#!/bin/sh
|
|
cd $(dirname $0)
|
|
python3 generatelegacy.py > legacy.go
|
|
goimports -w legacy.go
|