]> git.r.bdr.sh - rbdr/mobius/blobdiff - hotline/file_path.go
Delete cmd/mobius-hotline-server/mobius/config/Files/hello.txt
[rbdr/mobius] / hotline / file_path.go
index 620f54d5cd0a5b969ade3237ad57617d65fd370e..f4a27cc587b9c89f876ba7593adac1323573c350 100644 (file)
@@ -102,7 +102,7 @@ func (fp *FilePath) Len() uint16 {
        return binary.BigEndian.Uint16(fp.ItemCount[:])
 }
 
-func readPath(fileRoot string, filePath, fileName []byte) (fullPath string, err error) {
+func ReadPath(fileRoot string, filePath, fileName []byte) (fullPath string, err error) {
        var fp FilePath
        if filePath != nil {
                if _, err = fp.Write(filePath); err != nil {