Change import paths
This commit is contained in:
parent
9e75ad4ebc
commit
def70aa4a8
9 changed files with 10 additions and 10 deletions
|
@ -8,8 +8,8 @@ import (
|
|||
"os"
|
||||
"path/filepath"
|
||||
|
||||
"github.com/astravexton/go-tdlib/codegen"
|
||||
"github.com/astravexton/go-tdlib/tlparser"
|
||||
"git.zio.sh/astra/go-tdlib/codegen"
|
||||
"git.zio.sh/astra/go-tdlib/tlparser"
|
||||
)
|
||||
|
||||
type config struct {
|
||||
|
|
|
@ -10,7 +10,7 @@ import (
|
|||
"path/filepath"
|
||||
"strings"
|
||||
|
||||
"github.com/astravexton/go-tdlib/tlparser"
|
||||
"git.zio.sh/astra/go-tdlib/tlparser"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue