diff options
| author | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2022-06-21 09:18:56 -0700 |
|---|---|---|
| committer | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2022-06-21 09:18:56 -0700 |
| commit | e00ff8fe2e1b878abfa3d1bfd12449d5f2bb5f59 (patch) | |
| tree | 5561aff80611902b5907c147f766253099175fa9 /hotline/file_path.go | |
| parent | f22acf38da970aa0d865a9978c9499dad01d235f (diff) | |
Fix some Windows compatibility issues
Diffstat (limited to 'hotline/file_path.go')
| -rw-r--r-- | hotline/file_path.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hotline/file_path.go b/hotline/file_path.go index c8fe652..c7e1574 100644 --- a/hotline/file_path.go +++ b/hotline/file_path.go @@ -94,7 +94,6 @@ func readPath(fileRoot string, filePath, fileName []byte) (fullPath string, err } fullPath = filepath.Join( - "/", fileRoot, fp.String(), filepath.Join("/", string(fileName)), |