k3s/pkg/static/nostage.go

8 lines
85 B
Go

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