mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-23 00:38:10 +02:00
More work on transfer kitten
This commit is contained in:
14
kittens/transfer/receive.go
Normal file
14
kittens/transfer/receive.go
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user