mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2025-01-03 22:52:30 +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:
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"
|
||||
|
Loading…
Reference in New Issue
Block a user