mirror of
https://github.com/rclone/rclone.git
synced 2024-11-29 11:55:01 +01:00
.. | ||
doc.go | ||
log_disabled.go | ||
log_enabled.go | ||
README.md |
package drpcdebug
import "storj.io/drpc/drpcdebug"
Package drpcdebug provides helpers for debugging.
Usage
func Log
func Log(cb func() string)
Log executes the callback for a string to log if built with the debug tag.