Fixed issue 955,960 #394
Annotations
5 errors
golint:
bigip/resource_bigip_ltm_profile_request_log.go#L344
wrapperFunc: use strings.ReplaceAll method in `strings.Replace(d.Get("requestlog_template").(string), `"`, `\"`, -1)` (gocritic)
|
golint:
bigip/resource_bigip_ltm_profile_request_log.go#L346
wrapperFunc: use strings.ReplaceAll method in `strings.Replace(d.Get("responselog_template").(string), `"`, `\"`, -1)` (gocritic)
|
golint:
bigip/resource_bigip_ltm_profile_request_log.go#L232
wrapperFunc: use strings.ReplaceAll method in `strings.Replace(pp.RequestLogTemplate, `\"`, `"`, -1)` (gocritic)
|
golint:
bigip/resource_bigip_ltm_profile_request_log.go#L265
wrapperFunc: use strings.ReplaceAll method in `strings.Replace(pp.ResponseLogTemplate, `\"`, `"`, -1)` (gocritic)
|
golint
issues found
|