Add advanced image usage tools with examples #837
Annotations
10 errors and 1 warning
Lint:
examples/paint/toolbar.go#L78
Error return value is not checked (errcheck)
|
Lint:
examples/paint/toolbar.go#L164
Error return value is not checked (errcheck)
|
Lint:
examples/paint/canvas.go#L26
appendAssign: append result not assigned to the same slice (gocritic)
|
Lint:
examples/paint/canvas.go#L119
importShadow: shadow of imported package 'image' (gocritic)
|
Lint:
examples/paint/draw.go#L97
appendCombine: can combine chain of 4 appends into one (gocritic)
|
Lint:
examples/paint/draw.go#L62
paramTypeCombine: func(input *image.RGBA, c color.Color, x int, y int) could be replaced with func(input *image.RGBA, c color.Color, x, y int) (gocritic)
|
Lint:
SurfaceLoaders.go#L102
unexported-return: exported func FileLoader returns unexported type *giu.fileLoader, which can be annoying to use (revive)
|
Lint:
SurfaceLoaders.go#L160
unexported-return: exported func FsFileLoader returns unexported type *giu.fsFileLoader, which can be annoying to use (revive)
|
Lint:
SurfaceLoaders.go#L246
unexported-return: exported func URLLoader returns unexported type *giu.urlLoader, which can be annoying to use (revive)
|
Lint:
SurfaceLoaders.go#L325
unexported-return: exported func UniformLoader returns unexported type *giu.uniformLoader, which can be annoying to use (revive)
|
Setup
Failed to restore: "/opt/homebrew/bin/gtar" failed with error: The process '/opt/homebrew/bin/gtar' failed with exit code 2
|
Loading