Change import paths
This commit is contained in:
parent
9e75ad4ebc
commit
def70aa4a8
9 changed files with 10 additions and 10 deletions
|
@ -4,7 +4,7 @@ import (
|
|||
"bytes"
|
||||
"fmt"
|
||||
|
||||
"github.com/astravexton/go-tdlib/tlparser"
|
||||
"git.zio.sh/astra/go-tdlib/tlparser"
|
||||
)
|
||||
|
||||
func GenerateFunctions(schema *tlparser.Schema, packageName string) []byte {
|
||||
|
|
|
@ -4,7 +4,7 @@ import (
|
|||
"log"
|
||||
"strings"
|
||||
|
||||
"github.com/astravexton/go-tdlib/tlparser"
|
||||
"git.zio.sh/astra/go-tdlib/tlparser"
|
||||
)
|
||||
|
||||
type tdlibFunction struct {
|
||||
|
|
|
@ -4,7 +4,7 @@ import (
|
|||
"bytes"
|
||||
"fmt"
|
||||
|
||||
"github.com/astravexton/go-tdlib/tlparser"
|
||||
"git.zio.sh/astra/go-tdlib/tlparser"
|
||||
)
|
||||
|
||||
func GenerateTypes(schema *tlparser.Schema, packageName string) []byte {
|
||||
|
|
|
@ -4,7 +4,7 @@ import (
|
|||
"bytes"
|
||||
"fmt"
|
||||
|
||||
"github.com/astravexton/go-tdlib/tlparser"
|
||||
"git.zio.sh/astra/go-tdlib/tlparser"
|
||||
)
|
||||
|
||||
func GenerateUnmarshalers(schema *tlparser.Schema, packageName string) []byte {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue