Skip to content

Commit 140ae93

Browse files
committed
fix output
1 parent 2f5130c commit 140ae93

File tree

6 files changed

+0
-280
lines changed

6 files changed

+0
-280
lines changed

tmpl/dart/api.tmpl

Lines changed: 0 additions & 60 deletions
This file was deleted.

tmpl/dart/client.tmpl

Lines changed: 0 additions & 115 deletions
This file was deleted.

tmpl/dart/dart.go

Lines changed: 0 additions & 60 deletions
This file was deleted.

tmpl/dart/model.tmpl

Lines changed: 0 additions & 41 deletions
This file was deleted.

tmpl/template.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ package tmpl
22

33
import (
44
"codegen/tmpl/cs"
5-
"codegen/tmpl/dart"
65
"codegen/tmpl/golang"
76
"codegen/tmpl/java"
87
"codegen/tmpl/kotlin"
@@ -28,7 +27,6 @@ var register = map[string]map[string]string{
2827
"java": java.Templates,
2928
"cs": cs.Templates, //TODO
3029
"rust": rust.Templates, //TODO
31-
"dart": dart.Templates, //TODO
3230
}
3331

3432
func Capitalize(s string) string {

tmpl/types.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ package tmpl
33
import (
44
"codegen/lang"
55
"codegen/tmpl/cs"
6-
"codegen/tmpl/dart"
76
"codegen/tmpl/golang"
87
"codegen/tmpl/java"
98
"codegen/tmpl/kotlin"
@@ -25,7 +24,6 @@ func init() {
2524
handlers["kotlin"] = &kotlin.Convert{}
2625
handlers["python"] = &python.Convert{}
2726
handlers["cs"] = &cs.Convert{}
28-
handlers["dart"] = &dart.Convert{}
2927
handlers["rust"] = &rust.Convert{}
3028
}
3129

0 commit comments

Comments
 (0)