LedFx / ledfx_v3

The documentation of an exported type should start with the type’s name GO-D5002
Documentation
1 occurrence in this check
comment on exported type PixelGroup should be of the form "PixelGroup ..." (with optional leading article)
  6	log "github.com/LedFx/ledfx/pkg/logger"
  7)
  8
  9// A group of device's pixels. Effects render onto a pixel group. 10type PixelGroup struct {
 11	Group      map[string]color.Pixels // the group of pixels. maps device id to pixels
 12	Order      []string                // defines the order of the pixels in the group