crawlab/vcs/git_store.go

7 lines
94 B
Go

package vcs
import "sync"
var GitMemStorages = sync.Map{}
var GitMemFileSystem = sync.Map{}