9 lines
149 B
Go
9 lines
149 B
Go
|
//go:build !testdata
|
||
|
|
||
|
package download
|
||
|
|
||
|
import "github.com/tardisx/gropple/config"
|
||
|
|
||
|
func (m *Manager) AddStressTestData(c *config.ConfigService) {
|
||
|
}
|