mirror of
https://github.com/rclone/rclone.git
synced 2024-12-01 21:04:56 +01:00
15 lines
246 B
Markdown
15 lines
246 B
Markdown
# package drpcdebug
|
|
|
|
`import "storj.io/drpc/drpcdebug"`
|
|
|
|
Package drpcdebug provides helpers for debugging.
|
|
|
|
## Usage
|
|
|
|
#### func Log
|
|
|
|
```go
|
|
func Log(cb func() string)
|
|
```
|
|
Log executes the callback for a string to log if built with the debug tag.
|