File: msg.ext.go

package info (click to toggle)
golang-doozer 0.0~git20130909-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 224 kB
  • ctags: 283
  • sloc: makefile: 11
file content (7 lines) | stat: -rw-r--r-- 156 bytes parent folder | download
1
2
3
4
5
6
7
// Extensions to msg.pb.go which are not generated by the protobuf
// compiler.
package doozer

func (x response_Err) Error() string {
	return x.String()
}