Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fiorix committed Mar 20, 2016
1 parent eeafd87 commit e196ca9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ wsdl2go < file.wsdl > hello.go

Use -i for remote URLs.

Once the code is generated, wsdl2go invokes gofmt from $GOROOT/bin/gofmt
and will fail have if you don't have it installed.

### Status

Not fully compliant with SOAP or WSDL. Works for my needs and has been
Expand Down Expand Up @@ -44,6 +47,3 @@ authentication and self-signed certificates.
For simple types that have restrictions defined, such as an enumerated
list of possible values, we generate the validation function using reflect
to compare values.

Once the code is generated, wsdl2go invokes gofmt from $GOROOT/bin/gofmt
and will fail have if you don't have it installed.

0 comments on commit e196ca9

Please sign in to comment.