Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'origin/main' into stevenmasley/clean_co…
…dersdk
  • Loading branch information
Emyrk committed May 18, 2022
commit e1f7011fd285a9e39585fd2f9fbd6c4bc8cfabe4
2 changes: 2 additions & 0 deletions codersdk/workspaces.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ import (

"github.com/google/uuid"
"golang.org/x/xerrors"
"nhooyr.io/websocket"
"nhooyr.io/websocket/wsjson"
)

// Workspace is a deployment of a template. It references a specific
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.