Skip to content

Commit d9ba233

Browse files
chore: remove Go dev preview from docs (#3564)
--- By submitting this pull request, I confirm that my contribution is made under the terms of the [Apache 2.0 license]. [Apache 2.0 license]: https://www.apache.org/licenses/LICENSE-2.0
1 parent f015e28 commit d9ba233

3 files changed

Lines changed: 1 addition & 7 deletions

File tree

  • gh-pages/content

gh-pages/content/overview/features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The following target languages are currently offered by `jsii-pacmak`, or are cu
3333
| Language | Status |
3434
| ---------- | ---------------------------------------------- |
3535
| C# | :octicons-check-circle-24: Generally Available |
36-
| Go | :octicons-tools-24: Development |
36+
| Go | :octicons-tools-24: Generally Available |
3737
| Java | :octicons-check-circle-24: Generally Available |
3838
| JavaScript | :octicons-check-circle-24: Generally Available |
3939
| Kotlin | :octicons-tools-24: Development |

gh-pages/content/user-guides/lib-author/configuration/targets/go.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# Go
22

3-
!!! danger
4-
The **go** target is currently unstable and not suitable for production use.
5-
63
To enable go package generation, add the `go` key to the jsii targets configuration:
74

85
- `packageName` (optional) - The name of the Go package name. If not specified,

gh-pages/content/user-guides/lib-user/language-specific/go.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# Go
22

3-
!!! danger
4-
The **go** target is currently unstable and not suitable for production use.
5-
63
**Go** is not a common object-oriented language: the language currently only
74
supports composition, not extension. On the other hand, the
85
[*jsii type system*][type-system] includes *classes* and *interfaces*, which are

0 commit comments

Comments
 (0)