What version of Go are you using (go version)?
$ go version
go version go1.13 linux/amd64
It would be very helpful to have a dark mode switch for the GOSSAFUNC html file. Staring at the white screen for a long time at night is stressful to the eyes.
Just an inverted color scheme with the proper highlight colors and a checkbox at the top to toggle scheme should be good enough.
Marking it as help wanted, as it's a good started issue for anybody looking to contribute. The relevant code is in this file - https://github.com/golang/go/blob/master/src/cmd/compile/internal/ssa/html.go
@ysmolsky
What version of Go are you using (
go version)?It would be very helpful to have a dark mode switch for the GOSSAFUNC html file. Staring at the white screen for a long time at night is stressful to the eyes.
Just an inverted color scheme with the proper highlight colors and a checkbox at the top to toggle scheme should be good enough.
Marking it as help wanted, as it's a good started issue for anybody looking to contribute. The relevant code is in this file - https://github.com/golang/go/blob/master/src/cmd/compile/internal/ssa/html.go
@ysmolsky