Skip to content
Snippets Groups Projects
Commit 377312bc authored by Yordan Kinkov's avatar Yordan Kinkov
Browse files

#2 skip dot import linter check in API design pkg

parent 5bced456
No related branches found
No related tags found
2 merge requests!3Create SET cache endpoint,!2Resolve "Create cache GET endpoint"
Pipeline #49727 passed with stage
in 20 seconds
// nolint:revive
package design
import . "goa.design/goa/v3/dsl"
......
......@@ -26,7 +26,8 @@ func New(addr, user, pass string, db int, defaultTTL time.Duration) *Client {
})
return &Client{
rdb: rdb,
rdb: rdb,
defaultTTL: defaultTTL,
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment