Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/go-python/gopy
/ main
Function
main
main.go:69–75 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
67
}
68
69
func
main() {
70
err := run(os.Args[1:])
71
if
err != nil {
72
log.Fatal(err)
73
}
74
os.Exit(0)
75
}
76
77
func
copyCmd(src, dst string) error {
78
srcf, err := os.Open(src)
Callers
nothing calls this directly
Calls
1
run
Function · 0.85
Tested by
no test coverage detected