mirror of
https://github.com/foomo/gotsrpc.git
synced 2025-10-16 12:35:35 +00:00
Merge pull request #4 from foomo/feature/standardized-go-header
Update generated header message to conform to golang standards
This commit is contained in:
commit
3f9733dc44
2
go.go
2
go.go
@ -192,7 +192,7 @@ func renderTSRPCServiceProxies(services ServiceList, fullPackageName string, pac
|
|||||||
}
|
}
|
||||||
|
|
||||||
g.l(`
|
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 + `
|
package ` + packageName + `
|
||||||
import (
|
import (
|
||||||
` + imports + `
|
` + imports + `
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user