Files
tuukoti-cli/maker/resource.go
2022-07-22 13:15:26 +01:00

6 lines
64 B
Go

package maker
func Resource(name string) error {
return nil
}