This commit is contained in:
c0re100 2022-01-27 04:48:37 +08:00
parent b0f08e7265
commit 3032e21dcd
No known key found for this signature in database
GPG key ID: 7C3B3004FE745AAF
11 changed files with 13 additions and 154 deletions

View file

@ -4,7 +4,7 @@ import (
"bytes"
"fmt"
"github.com/zelenin/go-tdlib/tlparser"
"github.com/c0re100/gotdlib/tlparser"
)
func GenerateFunctions(schema *tlparser.Schema, packageName string) []byte {

View file

@ -1,7 +1,7 @@
package codegen
import (
"github.com/zelenin/go-tdlib/tlparser"
"github.com/c0re100/gotdlib/tlparser"
"log"
"strings"
)

View file

@ -3,7 +3,7 @@ package codegen
import (
"bytes"
"fmt"
"github.com/zelenin/go-tdlib/tlparser"
"github.com/c0re100/gotdlib/tlparser"
)
func GenerateTypes(schema *tlparser.Schema, packageName string) []byte {

View file

@ -3,7 +3,7 @@ package codegen
import (
"bytes"
"fmt"
"github.com/zelenin/go-tdlib/tlparser"
"github.com/c0re100/gotdlib/tlparser"
)
func GenerateUnmarshalers(schema *tlparser.Schema, packageName string) []byte {