1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-09-16 09:26:25 +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:
Martin Garton
2020-01-07 15:30:41 +00:00
committed by Liz Fong-Jones
parent d4557c3dfa
commit 8b0f7ef5f4

View File

@@ -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"