Change comment information for gotsrpc to conform to generated file std

This commit is contained in:
Stefan Martinov 2017-09-28 11:43:04 +02:00
parent 232ba512d1
commit 8f01b3e34c
6 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
// 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 demo
import (

View File

@ -1,4 +1,4 @@
// 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 demo
import (

View File

@ -1,4 +1,4 @@
// 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 demo
import (

View File

@ -1,4 +1,4 @@
// 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 demo
import (

6
go.go
View File

@ -375,7 +375,7 @@ func renderTSRPCServiceClients(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 + `
@ -465,7 +465,7 @@ func renderGoRPCServiceProxies(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 + `
@ -626,7 +626,7 @@ func renderGoRPCServiceClients(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 + `

2
php.go
View File

@ -8,7 +8,7 @@ import (
func renderPHPRPCServiceClients(service *Service, namespce string, g *code) error {
g.l(`<?php`)
g.l(`// this file was auto generated by gotsrpc https://github.com/foomo/gotsrpc`)
g.l(`// Code generated by gotsrpc https://github.com/foomo/gotsrpc DO NOT EDIT.`)
g.nl()
g.l(`namespace ` + namespce + `;`)
g.nl()