mirror of
https://github.com/Quad4-Software/Reticulum-Go
synced 2026-08-29 23:48:44 -04:00
8 lines
102 B
Go
8 lines
102 B
Go
//go:build ignore
|
|
|
|
package main
|
|
|
|
func f() error {
|
|
tr.RequestPath(dest, "", nil, false)
|
|
return nil
|
|
}
|