소스 검색

removed unneeded import

Bruce Marriner 9 년 전
부모
커밋
ca590e6262
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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"