We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82c0bdb commit 04dd863Copy full SHA for 04dd863
example/simple.go
@@ -2,7 +2,8 @@ package main
2
3
import (
4
"fmt"
5
- "github.com/Barberrrry/go-jsonschema-generator"
+
6
+ "github.com/mcuadros/go-jsonschema-generator"
7
)
8
9
type EmbeddedType struct {
0 commit comments