mirror of
https://github.com/cubixle/tuukoti-cli.git
synced 2026-04-24 22:24:44 +01:00
6 lines
64 B
Go
6 lines
64 B
Go
package maker
|
|
|
|
func Resource(name string) error {
|
|
return nil
|
|
}
|