Remove websocket.Dialer from Client

pull/39/head
178inaba 2017-04-24 13:57:12 +09:00
parent 010ec2eaf9
commit 34cce1bb0d
1 changed files with 0 additions and 3 deletions

View File

@ -13,8 +13,6 @@ import (
"path/filepath"
"strings"
"time"
"github.com/gorilla/websocket"
)
// Config is a setting for access mastodon APIs.
@ -28,7 +26,6 @@ type Config struct {
// Client is a API client for mastodon.
type Client struct {
http.Client
websocket.Dialer
config *Config
interval time.Duration
}