We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29ea9df commit 8050bb4Copy full SHA for 8050bb4
internal/types/types.go
@@ -1,6 +1,6 @@
1
// Package types provides data structures and functions for handling
2
// GitHub contribution data and 3D geometry for STL file generation.
3
-package types
+package types //nolint:revive // package name is appropriate for this internal module
4
5
import (
6
"errors"
0 commit comments