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