package task import ( "testing" ) func TestGetTask(t *testing.T) { // TODO: 构造请求和依赖,调用 GetTask handler 并断言结果 }