Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

feat: reuse http.Client #248

Merged
merged 4 commits into from
Feb 23, 2021
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
make linter happy
  • Loading branch information
jawnsy committed Feb 23, 2021
commit c0e07fe3d019726126d5047086b7cd15a665e887
2 changes: 1 addition & 1 deletion coder-sdk/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"net/url"
)

// ensure that DefaultClient implements Client
// ensure that DefaultClient implements Client.
var _ = Client(&DefaultClient{})

// Me is the user ID of the authenticated user.
Expand Down