mattjackson220 commented on a change in pull request #5466:
URL: https://github.com/apache/trafficcontrol/pull/5466#discussion_r566931635
##########
File path: traffic_ops/traffic_ops_golang/config/config.go
##########
@@ -48,8 +48,9 @@ type Config struct {
SMTP *ConfigSMTP `json:"smtp"`
ConfigPortal `json:"portal"`
ConfigLetsEncrypt `json:"lets_encrypt"`
- DB ConfigDatabase `json:"db"`
- Secrets []string `json:"secrets"`
+ AcmeAccounts []ConfigAcmeAccount `json:"acme_accounts"`
Review comment:
i ran go fmt again and got the same. they look alright to me? let me
know if youre still seeing it and ill dig deeper
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]