File tree Expand file tree Collapse file tree 6 files changed +0
-280
lines changed Expand file tree Collapse file tree 6 files changed +0
-280
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ package tmpl
22
33import (
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
3432func Capitalize (s string ) string {
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ package tmpl
33import (
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
You can’t perform that action at this time.
0 commit comments