Files
saasapi/cmd/saastool/read.go
2025-04-02 19:34:36 +08:00

6 lines
65 B
Go

package main
func RunRead(args ...string) error {
return nil
}