소스 검색

Not needed anymore.

Bruce Marriner 9 년 전
부모
커밋
534891139a
1개의 변경된 파일0개의 추가작업 그리고 19개의 파일을 삭제
  1. 0 19
      session.go

+ 0 - 19
session.go

@@ -1,19 +0,0 @@
-/******************************************************************************
- * A Discord API for Golang.
- *
- * This file has structs and functions specific to a session.
- *
- * A session is a single connection to Discord for a given
- * user and all REST and Websock API functions exist within
- * a session.
- *
- * See the restapi.go and wsapi.go for more information.
- */
-
-package discordgo
-
-import (
-	"net"
-
-	"github.com/gorilla/websocket"
-)