mirror of
https://github.com/grassrootseconomics/cic-custodial.git
synced 2024-11-12 18:06:47 +01:00
6 lines
46 B
Go
6 lines
46 B
Go
package task
|
|
|
|
const (
|
|
lockPrefix = "lock:"
|
|
)
|