cdb5947f86
Signed-off-by: John Howard <jhoward@microsoft.com>
8 lines
153 B
Go
8 lines
153 B
Go
package supervisor
|
|
|
|
type platformStartTask struct {
|
|
}
|
|
|
|
// Checkpoint not supported on Windows
|
|
func (task *startTask) setTaskCheckpoint(t *StartTask) {
|
|
}
|