We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e03ad5b commit 127485dCopy full SHA for 127485d
README.md
@@ -14,8 +14,9 @@
14
<a href="https://pkg.go.dev/github.com/sublee/convgen"><img src="https://pkg.go.dev/badge/github.com/sublee/convgen.svg" alt="Go Reference"></a>
15
</p>
16
17
-Convgen generates **type-to-type conversion code** for Go with **type-safe
18
-configuration** and **detailed diagnostics**.
+Convgen generates type-to-type conversion code for Go automatically. It's
+**type-safe**, **refactorable**, and designed to detect every mismatch with
19
+**detailed diagnostics**.
20
21
```go
22
// source:
0 commit comments