Skip to content

Commit 04dd863

Browse files
author
Vadim Petrov
committed
Fix import path
1 parent 82c0bdb commit 04dd863

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

example/simple.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ package main
22

33
import (
44
"fmt"
5-
"github.com/Barberrrry/go-jsonschema-generator"
5+
6+
"github.com/mcuadros/go-jsonschema-generator"
67
)
78

89
type EmbeddedType struct {

0 commit comments

Comments
 (0)