Documentation ¶ Index ¶ func CaptureCaller(pc uintptr, file string, line int, ok bool) string func Run(args RunArgs) type RunArgs Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func CaptureCaller ¶ func CaptureCaller(pc uintptr, file string, line int, ok bool) string Pass `runtime.Caller(0)` directly into this function. func Run ¶ func Run(args RunArgs) Types ¶ type RunArgs ¶ type RunArgs struct { App *vorma.Vorma Loaders vorma.Loaders Actions vorma.Actions // Do this in your build entry's main func: `Caller: build.CaptureCaller(runtime.Caller(0))` Caller string } Source Files ¶ View all Source files build.go Click to show internal directories. Click to hide internal directories.