Commit 472e2a7
committed
dashboard/app: fix comment reference to ExternalConfig struct
Commit b190f06 ("dashboard/app: fix testing for go1.11 runtime")
removed the unused ExternalConfig struct.
However, config.go still refers to ExternalConfig in a comment explaining
how it can be used to attach to external reporting systems. Change this
to say the user can implement their own type if they need.
Signed-off-by: Andrew Donnellan <ajd@linux.ibm.com>1 parent fc20f97 commit 472e2a7
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
301 | 301 | | |
302 | 302 | | |
303 | 303 | | |
304 | | - | |
| 304 | + | |
305 | 305 | | |
306 | 306 | | |
307 | 307 | | |
| |||
0 commit comments