const debugText … var debug … var debugLog … type debugMethod … type methodArray … type debugService … type serviceArray … func (s serviceArray) Len() int { … } func (s serviceArray) Less(i, j int) bool { … } func (s serviceArray) Swap(i, j int) { … } func (m methodArray) Len() int { … } func (m methodArray) Less(i, j int) bool { … } func (m methodArray) Swap(i, j int) { … } type debugHTTP … // Runs at /debug/rpc func (server debugHTTP) ServeHTTP(w http.ResponseWriter, req *http.Request) { … }