Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace path.Join method with filepath.Join method #6980

Merged
merged 10 commits into from
Feb 7, 2022
Prev Previous commit
add os in imports
  • Loading branch information
DiptoChakrabarty authored Feb 7, 2022
commit bb85e363e394712b26400c5f4feb78e257f17868
1 change: 1 addition & 0 deletions receiver/jmxreceiver/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
package jmxreceiver

import (
"os"
"path/filepath"
"testing"
"time"
Expand Down