Skip to content

Fix GitLab Pages boolean flags

Per https://golang.org/pkg/flag , boolean flags must be of the form -foo=true|false. -foo true|false does not work, and in this case, leads to everything following the boolean flag to be ignored.

I'd like this to go into 8.17.1

Merge request reports