mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-06-04 11:25:52 +08:00

* chore: address large number of staticcheck issues * chore: fix tests * chore: fix more issue * chore: fix options
6 lines
114 B
Go
6 lines
114 B
Go
package common
|
|
|
|
type LogCommentContextKeyType string
|
|
|
|
const LogCommentKey LogCommentContextKeyType = "logComment"
|