Skip to content

Commit

Permalink
make SoapFault optional, don't include it in request
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamás Gulácsi authored and tgulacsi committed Sep 2, 2014
1 parent 516fc67 commit 6d3eed0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"os"
"runtime"

gen "github.com/cloudescape/gowsdl/generator"
gen "github.com/tgulacsi/gowsdl/generator"
flags "github.com/jessevdk/go-flags"
)

Expand Down
1 change: 1 addition & 0 deletions generator/header_tmpl.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ package {{.}}
// Copyright (c) 2014, Cloudescape. All rights reserved.
import (
"time"
gowsdl "github.com/cloudscape/gowsdl/generator"
{{/*range .Imports*/}}
{{/*.*/}}
Expand Down

0 comments on commit 6d3eed0

Please sign in to comment.