More work on transfer kitten

This commit is contained in:
Kovid Goyal
2023-04-27 16:34:52 +05:30
parent 7cec9016d3
commit 870522360e
4 changed files with 108 additions and 3 deletions

View File

@@ -0,0 +1,14 @@
// License: GPLv3 Copyright: 2023, Kovid Goyal, <kovid at kovidgoyal.net>
package transfer
import (
"fmt"
)
var _ = fmt.Print
func receive_main(opts *Options, args []string) (err error) {
return
}