Files that are suffixed with `_linux.go` or `_windows.go` are already only built on Linux / Windows, so these build-tags were redundant. Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Upstream-commit: 6ed1163c98703f8dd0693cecbadc84d2cda811c3 Component: engine
6 lines
62 B
Go
6 lines
62 B
Go
package daemon
|
|
|
|
func secretsSupported() bool {
|
|
return true
|
|
}
|