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

From path.Join to filepath.Join #338

Merged
merged 2 commits into from
Nov 13, 2020

Conversation

dgzlopes
Copy link
Member

@dgzlopes dgzlopes commented Nov 12, 2020

What this PR does:
This PR changes path.Join to filepath.Join in:

  • tempodb/backend/diskcache/disk_cache.go
  • tempodb/wal/wal.go

Which issue(s) this PR fixes:
Fixes #136

Checklist

  • Tests updated
  • Documentation added
  • CHANGELOG.md updated - the order of entries should be [CHANGE], [FEATURE], [ENHANCEMENT], [BUGFIX]

Signed-off-by: Daniel González Lopes <[email protected]>
Signed-off-by: Daniel González Lopes <[email protected]>
@joe-elliott
Copy link
Member

Nice, thanks!

@joe-elliott joe-elliott merged commit fd43f2d into grafana:master Nov 13, 2020
@dgzlopes dgzlopes deleted the fix-incorrect-use-path.Join branch November 13, 2020 07:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Incorrectly using path.Join?
2 participants