Initial commit on Forgejo
Fresh repository history for elektrine/magpie hosted at https://git.elektrine.com/elektrine/magpie.
This commit is contained in:
commit
ddbd19f153
23 changed files with 5636 additions and 0 deletions
7
disk_windows.go
Normal file
7
disk_windows.go
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
//go:build windows
|
||||
|
||||
package main
|
||||
|
||||
func (s *FileStore) DiskStatus() (DiskStatus, error) {
|
||||
return DiskStatus{}, nil
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue