1 2 3 4 5 6 7
package app // Options configures the Yoga application runtime. type Options struct { Root string Crop string }