cml04-falcon-system/sap/app/app.go

6 lines
93 B
Go
Raw Normal View History

2024-10-01 20:28:58 +02:00
package app
import "github.com/spf13/cobra"
func Run(cmd *cobra.Command, args []string) {}