Sign in
go
/
website
/
fa86b70e02be879c7b3e6432aabff0672651f764
/
.
/
_content
/
talks
/
2014
/
readability
/
long-line-short.go
blob: 1b91da956bc31f3318b9eda5a8a7a70bafd52b48 [
file
] [
log
] [
blame
]
// +build ignore,OMIT
package sampling
import (
spb "foo/bar/service_proto"
)
type Server struct {
// some fields
}
func (s *Server) SampleMetrics(req *spb.Request, resp *spb.Response, latency time.Duration) {
// HL
// some code
}