gropple/download/download_notestdata.go

9 lines
149 B
Go
Raw Normal View History

2023-03-13 10:25:59 +10:30
//go:build !testdata
package download
import "github.com/tardisx/gropple/config"
func (m *Manager) AddStressTestData(c *config.ConfigService) {
}