mirror of
https://github.com/go-sylixos/elvish.git
synced 2024-12-13 18:07:51 +08:00
72fc2dbe4a
In particular, the dependency on net/http is removed, which removes a bunch of transitive dependencies.
14 lines
388 B
Go
14 lines
388 B
Go
// Copyright 2009 The Go Authors. All rights reserved.
|
|
// Use of this source code is governed by a BSD-style
|
|
// license that can be found in the LICENSE file.
|
|
|
|
package rpc
|
|
|
|
/*
|
|
Some HTML presented at http://machine:port/debug/rpc
|
|
Lists services, their methods, and some statistics, still rudimentary.
|
|
*/
|
|
|
|
// If set, print log statements for internal and I/O errors.
|
|
var debugLog = false
|