|
4 | 4 | [](go.mod)
|
5 | 5 | 
|
6 | 6 |
|
7 |
| - |
8 | 7 | # Lingon 🍒 - Libraries for building platforms with Go <!-- omit in toc -->
|
9 | 8 |
|
10 | 9 | - [What is this?](#what-is-this)
|
|
23 | 22 | - [Similar projects](#similar-projects)
|
24 | 23 | - [License](#license)
|
25 | 24 |
|
26 |
| -## Project Status |
27 |
| - |
28 |
| -This was a proof-of-concept at [volvo-cars](https://github.com/volvo-cars/lingon). |
29 |
| -Management decided to go another route but we ([jacob](https://github.com/jlarfors) and [julien](https://github.com/veggiemonk)) believe in the concept |
30 |
| -and the knowledge acquired throughout the process. We are maintainers of the project and will make sure that the project is healthy and keep receiving updates. |
31 |
| - |
32 | 25 | ## What is this?
|
33 | 26 |
|
34 | 27 | Write [Terraform](./docs/terraform/) (HCL) and [Kubernetes](./docs/kubernetes/) (YAML) in Go. see [Rationale](./docs/rationale.md) for more details.
|
@@ -61,6 +54,11 @@ This project is in beta.
|
61 | 54 | The APIs are stable, but we do not promise backward compatibility at this point.
|
62 | 55 | We will eventually promise backward compatibility when the project is more battle tested.
|
63 | 56 |
|
| 57 | +This was a proof-of-concept at [volvo-cars](https://github.com/volvo-cars/lingon). |
| 58 | +Unfortunately the project for which Lingon was being developed ended. |
| 59 | +The original authors ([jacob](https://github.com/jlarfors) and [julien](https://github.com/veggiemonk)) believe in the concept and are |
| 60 | +now maintainers of this project and will make sure it is healthy and receives updates. |
| 61 | + |
64 | 62 | See [FAQ](./docs/faq.md) for more details.
|
65 | 63 |
|
66 | 64 | ## Required knowledge
|
@@ -110,7 +108,7 @@ Or simply download the binaries from the [releases](https://github.com/golingon/
|
110 | 108 | ```bash
|
111 | 109 | go install github.com/golingon/lingon/cmd/explode@latest
|
112 | 110 | go install github.com/golingon/lingon/cmd/kygo@latest
|
113 |
| -go install github.com/golingon/lingon/cmd/terragen@latest |
| 111 | +go install github.com/golingon/lingon/cmd/terragen@latest |
114 | 112 |
|
115 | 113 | ```
|
116 | 114 |
|
|
0 commit comments