Skip to content

Commit 8d90817

Browse files
committed
Remove flatdata-go: It has been in Beta for several years without any sign of getting closer to being useful
Signed-off-by: Christian Vetter <christian.vetter@here.com>
1 parent 987c2e2 commit 8d90817

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+1
-4799
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ The following languages are supported:
5959
* Read-only implementations:
6060
* **[Python](./flatdata-py)** - used mostly for inspecting the data
6161
* **[Dot](./flatdata-dot)** - used to generate diagrams of the schema
62-
* **[Go](./flatdata-go)** - beta implementation
6362
6463
### Generate code
6564

flatdata-generator/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ Currently supported target languages:
2121
* C++
2222
* Rust
2323
* Python
24-
* Go
2524
* Dot (graph of the schema)
2625
* Flatdata (normalized stable schema)
2726

flatdata-generator/flatdata/generator/engine.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111

1212
from .generators.cpp import CppGenerator
1313
from .generators.dot import DotGenerator
14-
from .generators.go import GoGenerator
1514
from .generators.python import PythonGenerator
1615
from .generators.rust import RustGenerator
1716
from .generators.flatdata import FlatdataGenerator
@@ -26,7 +25,6 @@ class Engine:
2625
_GENERATORS = {
2726
"cpp": CppGenerator,
2827
"dot": DotGenerator,
29-
"go": GoGenerator,
3028
"py": PythonGenerator,
3129
"rust": RustGenerator,
3230
"flatdata" : FlatdataGenerator

flatdata-generator/flatdata/generator/generators/go.py

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

flatdata-generator/flatdata/generator/templates/go/__init__.py

Whitespace-only changes.

flatdata-generator/flatdata/generator/templates/go/archive.jinja2

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

flatdata-generator/flatdata/generator/templates/go/base.jinja2

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

flatdata-generator/flatdata/generator/templates/go/go.jinja2

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

0 commit comments

Comments
 (0)