mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
29a731375e
Coder Tasks requires us to create a workspace, but we want to be able to return a `codersdk.Task` instead of a `codersdk.Workspace`. This requires untangling `createWorkspace` from directly writing to `http.ResponseWriter`.