1
0
mirror of https://github.com/mgerb/go-discord-bot synced 2026-01-10 17:12:48 +00:00

switch opus library

This commit is contained in:
2018-10-14 15:12:35 -05:00
parent 520ecb1ab7
commit 24db31ecd3
9 changed files with 2574 additions and 2600 deletions

View File

@@ -1,5 +1,5 @@
install:
cd server && dep ensure
cd server && dep ensure && go get
cd client && npm install
build-server: