Skip to content

Commit 768d646

Browse files
authored
Merge pull request #1521 from dpominov/public_deeplink_pkg
refactor(deeplink): making the deeplink package public
2 parents 91284ec + 18aa374 commit 768d646

File tree

9 files changed

+4
-4
lines changed

9 files changed

+4
-4
lines changed
File renamed without changes.
File renamed without changes.

telegram/message/join.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55

66
"github.com/go-faster/errors"
77

8-
"github.com/gotd/td/telegram/internal/deeplink"
8+
"github.com/gotd/td/telegram/deeplink"
99
"github.com/gotd/td/telegram/message/peer"
1010
"github.com/gotd/td/tg"
1111
"github.com/gotd/td/tgerr"

telegram/message/peer/resolve.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"github.com/go-faster/errors"
88

99
"github.com/gotd/td/ascii"
10-
"github.com/gotd/td/telegram/internal/deeplink"
10+
"github.com/gotd/td/telegram/deeplink"
1111
"github.com/gotd/td/tg"
1212
)
1313

telegram/peers/join.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55

66
"github.com/go-faster/errors"
77

8-
"github.com/gotd/td/telegram/internal/deeplink"
8+
"github.com/gotd/td/telegram/deeplink"
99
"github.com/gotd/td/tg"
1010
)
1111

telegram/peers/resolve.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"github.com/go-faster/errors"
88

99
"github.com/gotd/td/ascii"
10-
"github.com/gotd/td/telegram/internal/deeplink"
10+
"github.com/gotd/td/telegram/deeplink"
1111
"github.com/gotd/td/tg"
1212
)
1313

0 commit comments

Comments
 (0)