mirror of
https://github.com/rclone/rclone.git
synced 2025-03-10 12:35:14 +08:00
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
|