prometheus/cmd/tsdb
Ben a8351dc9d0 Using filepath.Join() instead of strings with slashes (#428)
fixes: https://github.com/prometheus/tsdb/issues/426
Using `filepath.Join()` instead of strings containing forward slash path delimiters (needed for non-*nix OSes), as suggested by @krasi-georgiev
2018-10-25 10:32:57 +01:00
..
.gitignore Add write benchmark utility 2016-12-07 17:30:10 +01:00
README.md replaced cobra with kingpin 2017-09-10 12:35:02 +03:00
main.go Using filepath.Join() instead of strings with slashes (#428) 2018-10-25 10:32:57 +01:00

README.md

TODO:

  • add tabular output
  • break commands in separate files