We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8ae991 commit 08f2d59Copy full SHA for 08f2d59
client.go
@@ -58,7 +58,7 @@ type Client struct {
58
HTTPClient *http.Client // The HTTP client to send requests on.
59
DebugLog *log.Logger // Optional logger for debugging purposes.
60
features map[Feature]bool // Enabled features.
61
- featuresMutex sync.RWMutex //Mutex for accessing feature map.
+ featuresMutex sync.RWMutex // Mutex for accessing feature map.
62
}
63
64
type contentType string
0 commit comments