7 строки
224 Б
Go
7 строки
224 Б
Go
// +build !go1.12
|
|
|
|
package fixtures
|
|
|
|
const OutputFilenameProgress = "fixtures/progress_output.txt"
|
|
const OutputFilenameJUnit = "fixtures/junit_output.xml"
|
|
const OutputFilenameCucumber = "fixtures/cucumber_output_go111.json"
|