forked from TrueCloudLab/rclone
5 lines
117 B
Go
5 lines
117 B
Go
|
package utils
|
||
|
|
||
|
// ContextKey is the type that used for saving and restoring value in context.
|
||
|
type ContextKey string
|