mirror of
				https://github.com/ClusterCockpit/cc-metric-collector.git
				synced 2025-11-03 18:25:07 +01:00 
			
		
		
		
	Fix ccLogger import path
This commit is contained in:
		@@ -3,7 +3,7 @@ package multiChanTicker
 | 
			
		||||
import (
 | 
			
		||||
	"time"
 | 
			
		||||
 | 
			
		||||
	cclog "github.com/ClusterCockpit/cc-metric-collector/pkg/ccLogger"
 | 
			
		||||
	cclog "github.com/ClusterCockpit/cc-lib/ccLogger"
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
type multiChanTicker struct {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user