Files
blackbox/pkg/vcs/_all/all.go

7 lines
133 B
Go
Raw Normal View History

package all
import (
_ "github.com/StackExchange/blackbox/v2/pkg/vcs/git"
_ "github.com/StackExchange/blackbox/v2/pkg/vcs/none"
)