mirror of
https://github.com/c0re100/gotdlib.git
synced 2026-02-21 20:20:17 +01:00
Rename
This commit is contained in:
parent
b0f08e7265
commit
3032e21dcd
11 changed files with 13 additions and 154 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
package codegen
|
||||
|
||||
import (
|
||||
"github.com/zelenin/go-tdlib/tlparser"
|
||||
"github.com/c0re100/gotdlib/tlparser"
|
||||
"log"
|
||||
"strings"
|
||||
)
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue