stamm/dep_radar

View on GitHub
http/client.go

Summary

Maintainability
A
35 mins
Test Coverage

Method Client.Get has 5 return statements (exceeds 4 allowed).
Open

func (c *Client) Get(ctx context.Context, uri string) ([]byte, error) {
    log.Printf("Start getting url %s\n", uri)
    c.limitCh <- struct{}{}
    defer func() {
        <-c.limitCh
Severity: Major
Found in http/client.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status