debug.go 388 B

12345678910111213
  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. package rpc
  5. /*
  6. Some HTML presented at http://machine:port/debug/rpc
  7. Lists services, their methods, and some statistics, still rudimentary.
  8. */
  9. // If set, print log statements for internal and I/O errors.
  10. var debugLog = false