Skip to content

Commit

Permalink
Fixes import path in generated code
Browse files Browse the repository at this point in the history
  • Loading branch information
c4milo committed Sep 3, 2014
1 parent cc54011 commit 4c838c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator/header_tmpl.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"encoding/xml"
"time"
gowsdl "github.com/cloudscape/gowsdl/generator"
gowsdl "github.com/cloudescape/gowsdl/generator"
{{/*range .Imports*/}}
{{/*.*/}}
{{/*end*/}}
Expand Down

0 comments on commit 4c838c5

Please sign in to comment.