Files
k3s/pkg/static/nostage.go
Brad Davidson fcaeebaa18 Add support for disabling all staged content
This reduces the binary footprint for downstream users that won't use
these files anyway.

Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
2020-09-14 14:21:37 -07:00

8 lines
85 B
Go

// +build no_stage
package static
func Stage(dataDir string) error {
return nil
}