Skip to content

Commit 1f0b8a7

Browse files
committed
Fixes import path
1 parent 15d18bf commit 1f0b8a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import (
77
"os"
88
"runtime"
99

10+
gen "github.com/cloudescape/gowsdl/generator"
1011
flags "github.com/jessevdk/go-flags"
11-
gen "github.com/tgulacsi/gowsdl/generator"
1212
)
1313

1414
const version = "v0.0.1"

0 commit comments

Comments
 (0)