rpaste/modules/paste/method.go

10 lines
93 B
Go
Raw Normal View History

2021-12-21 01:06:08 +00:00
package paste
import (
"github.com/urfave/cli/v2"
)
var PasteMethod = []*cli.Command{
}