From 7aeb83cc30a7b9dd444101c904c3e360157712ac Mon Sep 17 00:00:00 2001 From: Camilo Aguilar Date: Wed, 3 Sep 2014 00:54:53 -0400 Subject: [PATCH] Moar formatting --- doc.go | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc.go b/doc.go index e8d7ef6..fd96f87 100644 --- a/doc.go +++ b/doc.go @@ -1,6 +1,9 @@ /* + + WSDL to Go + Generates Go code from a WSDL file. This project is originally intended to generate Go clients for WS-* services. Features @@ -19,8 +22,10 @@ Not supported * SOAP 1.2 and HTTP port bindings * WS-Security + Usage + gowsdl [OPTIONS] Application Options: @@ -35,6 +40,8 @@ Usage TODO + + * Add support for filters to allow the user to change the generated code * If WSDL file is local, resolve external XML schemas locally too instead of failing due to not having a URL to download them from. * Resolve XSD element references @@ -43,6 +50,8 @@ TODO License + + Copyright 2014 Cloudescape Licensed under the Apache License, Version 2.0 (the "License");