We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f96628c commit b41f1f1Copy full SHA for b41f1f1
README.md
@@ -87,7 +87,7 @@ Planned available languages:
87
- [ ] swift
88
- [ ] kotlin
89
- [ ] dart
90
-- [ ] golang
+- [x] golang (thanks [@dancikmad](https://github.com/dancikmad))
91
- [ ] ruby
92
- [ ] scala
93
- [ ] rust
pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
6
7
[project]
8
name = "leetcode-project-generator"
9
-version = "1.5.2"
+version = "1.6.0"
10
authors = [
11
{ name = "Konrad Guzek", email = "[email protected]" },
12
]
0 commit comments