Files
kitty/kittens/transfer/receive.go
2023-07-30 19:49:37 +05:30

15 lines
204 B
Go

// 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
}