You've already forked opentelemetry-go
							
							
				mirror of
				https://github.com/open-telemetry/opentelemetry-go.git
				synced 2025-10-31 00:07:40 +02:00 
			
		
		
		
	Fix aggregator import path (#421)
When this was moved, the import path was not updated to match. This fixes it to avoid a message like "code in directory foo expects import bar"
This commit is contained in:
		
				
					committed by
					
						 Liz Fong-Jones
						Liz Fong-Jones
					
				
			
			
				
	
			
			
			
						parent
						
							d4557c3dfa
						
					
				
				
					commit
					8b0f7ef5f4
				
			| @@ -12,7 +12,7 @@ | ||||
| // See the License for the specific language governing permissions and | ||||
| // limitations under the License. | ||||
|  | ||||
| package aggregator // import "go.opentelemetry.io/otel/sdk/metric/aggregator" | ||||
| package aggregator // import "go.opentelemetry.io/otel/sdk/export/metric/aggregator" | ||||
|  | ||||
| import ( | ||||
| 	"fmt" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user