Update generated header message to conform to golang standards

Fix issue #3
This commit is contained in:
Stefan Martinov 2017-09-26 16:09:53 +02:00 committed by GitHub
parent 029b324878
commit 130a4de884

2
go.go
View File

@ -192,7 +192,7 @@ func renderTSRPCServiceProxies(services ServiceList, fullPackageName string, pac
}
g.l(`
// this file was auto generated by gotsrpc https://github.com/foomo/gotsrpc
// Code generated by gotsrpc https://github.com/foomo/gotsrpc DO NOT EDIT.
package ` + packageName + `
import (
` + imports + `