mirror of
https://github.com/ollama/ollama.git
synced 2026-04-23 01:05:47 +02:00
6 lines
91 B
Go
6 lines
91 B
Go
package cmd
|
|
|
|
func localCopy(src, target string) error {
|
|
return defaultCopy(src, target)
|
|
}
|