utrack / clay

Proto-first minimal server platform for gRPС+REST+Swagger APIs
MIT License
290 stars 37 forks source link

Generated code header doesn't conform to the standard #37

Closed mwf closed 6 years ago

mwf commented 6 years ago

https://github.com/golang/go/issues/13560#issuecomment-276866852

Our generated code header is wrong

// Code generated by protoc-gen-goclay
// source: sum.proto
// DO NOT EDIT!

DO NOT EDIT should be on the first line.