Not needed anymore.
This commit is contained in:
parent
3e605c64a6
commit
534891139a
1 changed files with 0 additions and 19 deletions
19
session.go
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"
|
||||
)
|
Loading…
Reference in a new issue