Files
decypharr/pkg/arr/utils.go
2025-01-09 19:44:38 +01:00

6 lines
62 B
Go

package arr
func Readfile(path string) error {
return nil
}