7 lines
62 B
Go
7 lines
62 B
Go
|
package train
|
||
|
|
||
|
const (
|
||
|
prefixInput = "input/data/train/"
|
||
|
)
|
||
|
|