Skip to content

Commit c03f4c6

Browse files
ansaevwebresult
authored andcommitted
v2: fix not inlcuding linux darwin directories to v2
1 parent 2e5c3f0 commit c03f4c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

v2/lib/lib.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package linux
22

33
import (
4-
_ "github.com/mercuryoio/tonlib-go/lib/darwin"
5-
_ "github.com/mercuryoio/tonlib-go/lib/linux"
4+
_ "github.com/mercuryoio/tonlib-go/v2/lib/darwin"
5+
_ "github.com/mercuryoio/tonlib-go/v2/lib/linux"
66
)

0 commit comments

Comments
 (0)