github.com/markusbkk/elvish@v0.0.0-20231204143114-91dc52438621/pkg/rpc/debug.go (about)

     1  // Copyright 2009 The Go Authors. All rights reserved.
     2  // Use of this source code is governed by a BSD-style
     3  // license that can be found in the LICENSE file.
     4  
     5  package rpc
     6  
     7  /*
     8  	Some HTML presented at http://machine:port/debug/rpc
     9  	Lists services, their methods, and some statistics, still rudimentary.
    10  */
    11  
    12  // If set, print log statements for internal and I/O errors.
    13  var debugLog = false