Skip to content

Commit 34caa81

Browse files
committed
Formats header comment
1 parent 34928c6 commit 34caa81

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

generator/header_tmpl.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ package generator
22

33
var headerTmpl = `
44
package {{.}}
5-
//Generated by https://github.com/c4milo/gowsdl
6-
//Do not modify
7-
//Copyright (c) 2014, Cloudescape. All rights reserved.
5+
// Generated by https://github.com/c4milo/gowsdl
6+
// Do not modify
7+
// Copyright (c) 2014, Cloudescape. All rights reserved.
88
import (
99
"time"
1010
gowsdl "github.com/c4milo/gowsdl/generator"

0 commit comments

Comments
 (0)