mirror of
https://github.com/SleepingBag945/dddd.git
synced 2025-06-08 14:06:33 +00:00
9 lines
120 B
Go
Executable File
9 lines
120 B
Go
Executable File
package runner
|
|
|
|
type ResumeCfg struct {
|
|
ResumeFrom string
|
|
Index int
|
|
current string
|
|
currentIndex int
|
|
}
|