rclone/vendor/storj.io/drpc/drpcdebug/README.md
2020-05-12 15:56:50 +00:00

246 B

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.