diff options
Diffstat (limited to 'telegram/cache')
-rw-r--r-- | telegram/cache/cache.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/telegram/cache/cache.go b/telegram/cache/cache.go index 3d9608d..3144ca9 100644 --- a/telegram/cache/cache.go +++ b/telegram/cache/cache.go @@ -3,7 +3,7 @@ package cache import ( "sync" - "github.com/zelenin/go-tdlib/client" + "github.com/godcong/go-tdlib/client" ) // Status stores formatted data for XMPP presence |