main:
remove multiple worker
sticker:
add download mutex lock
add link for sticker set that exceed the size limit
6 lines
53 B
Go
6 lines
53 B
Go
package lock
|
|
|
|
import "sync"
|
|
|
|
var Download sync.Mutex
|