Explorar el Código

removed unneeded import

Bruce Marriner hace 9 años
padre
commit
ca590e6262
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      restapi.go

+ 0 - 1
restapi.go

@@ -11,7 +11,6 @@ package discordgo
 import (
 	"bytes"
 	"encoding/json"
-	"errors"
 	"fmt"
 	"io/ioutil"
 	"net/http"