mirror of
https://github.com/ollama/ollama.git
synced 2026-04-21 00:05:40 +02:00
os copy
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
package cmd
|
||||
|
||||
import "errors"
|
||||
|
||||
func localCopy(src, target string) error {
|
||||
return defaultCopy(src, target)
|
||||
return errors.New("no local copy implementation for linux")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user