#ifndef _GO_TASK_H_
#define _GO_TASK_H_

void Task_Go(void *argument);


#endif