You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Neither `cue add --list` nor cue/stats need to deal with HTML,
so text/template is the right one to use.
It's entirely possible that gopls or goimports added html/template
since they both provide the same package name and API interface.
A small yet nice win as well is a ~200KiB size shaving,
since html/template is no longer imported at all:
$ du -b cue-before cue-after
25738624 cue-before
25535404 cue-after
Signed-off-by: Daniel Martí <[email protected]>
Change-Id: I7a45bdecf074e294fdc8a2df06e9750ea9f11431
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1172464
Unity-Result: CUE porcuepine <[email protected]>
Reviewed-by: Roger Peppe <[email protected]>
TryBot-Result: CUEcueckoo <[email protected]>
0 commit comments