MarcelXia
MarcelXia
### Related problem g.Layout{ for key, record := range records { g.Selectable(record.Name).OnClick(func() { fmt.Println(key) }), } }, ### Your request The widget page only show "hard" ways of doing stuff,...
when I store keys todo:0000000001 until todo:0000000010 (so 10 different records) I see the order being right. if I store todo:0000000001 again after that, the order is broken, because that...
Came across this project and it isn't clear from the documentation, so I thought, I'd better ask: If I create an extra index, will that be automatically up-to-date when I...
If you want to use the commandline version, then this will do the trick: go install github.com/gojp/goreportcard/cmd/goreportcard-cli Perhaps you can put that in the readme (because then there's no need...
``` { "tag": "//", "color": "#474747", "strikethrough": true, "underline": false, "backgroundColor": "transparent", "bold": false, "italic": false }, ``` This does not work, it is always black Do this : //...
I'm looking for the example how to change the type of a field
example doesn't work here: https://goplay.space/#pW5NXJSa8DG
It would be nice if there was an option, like --trim, not to use the full path. in the coverage file itself, files are not shown as a filepath, but...
1 - Standard library imports 2 - Third party imports 3 - Own libraries (belonging to the organisation) imports 4 - Own packages (belonging to the organisation and the module/software...