mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2025-01-26 03:52:03 +02:00
Fix golint issue (#2370)
Signed-off-by: Hu Shuai <hus.fnst@fujitsu.com>
This commit is contained in:
parent
d0e5dd528f
commit
249accddba
@ -36,7 +36,7 @@ func NewNoopSyncInstrument() SyncImpl {
|
||||
return noopSyncInstrument{}
|
||||
}
|
||||
|
||||
// NewNoopSyncInstrument returns a No-op implementation of the
|
||||
// NewNoopAsyncInstrument returns a No-op implementation of the
|
||||
// asynchronous instrument interface.
|
||||
func NewNoopAsyncInstrument() SyncImpl {
|
||||
return noopSyncInstrument{}
|
||||
|
Loading…
x
Reference in New Issue
Block a user