k3s/pkg/static/nostage.go

9 lines
105 B
Go

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