StreamRecorder/pkg/constants/downloader.go

6 lines
55 B
Go

package constants
const (
OutputDirPath = "./data"
)