Skip to content

From path.Join to filepath.Join#338

Merged
joe-elliott merged 2 commits intografana:masterfrom
dgzlopes:fix-incorrect-use-path.Join
Nov 13, 2020
Merged

From path.Join to filepath.Join#338
joe-elliott merged 2 commits intografana:masterfrom
dgzlopes:fix-incorrect-use-path.Join

Conversation

@dgzlopes
Copy link
Copy Markdown
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 <danielgonzalezlopes@gmail.com>
Signed-off-by: Daniel González Lopes <danielgonzalezlopes@gmail.com>
@joe-elliott
Copy link
Copy Markdown
Collaborator

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