mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-07-30 22:39:49 +00:00
This reduces the binary footprint for downstream users that won't use these files anyway. Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
8 lines
85 B
Go
8 lines
85 B
Go
// +build no_stage
|
|
|
|
package static
|
|
|
|
func Stage(dataDir string) error {
|
|
return nil
|
|
}
|