ui: basic map scroller
This commit is contained in:
@@ -23,6 +23,7 @@ type fs struct {
|
||||
}
|
||||
|
||||
func NewFileStorage(path string) (*fs, error) {
|
||||
filepath.Join("", "")
|
||||
absPath, err := filepath.Abs(path)
|
||||
if err != nil {
|
||||
return nil, fmt.Errorf("path %s invalid: %s", path, err)
|
||||
|
||||
Reference in New Issue
Block a user