1
0
mirror of https://github.com/mgerb/go-discord-bot synced 2026-01-11 09:32:50 +00:00

audio clipping completed - back end

This commit is contained in:
2017-10-04 20:05:32 -05:00
parent b2d1e34a97
commit 442bcda4f9
3 changed files with 100 additions and 99 deletions

View File

@@ -1,7 +1,6 @@
package handlers
import (
"fmt"
"io/ioutil"
"strings"
@@ -35,7 +34,6 @@ func SoundList(w http.ResponseWriter, r *http.Request) {
// PopulateSoundList -
func PopulateSoundList() error {
fmt.Println("Populating sound list.")
soundList = []sound{}