mirror of
https://github.com/moby/moby.git
synced 2026-07-22 23:43:06 +00:00
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>
6 lines
62 B
Go
6 lines
62 B
Go
package daemon
|
|
|
|
func secretsSupported() bool {
|
|
return true
|
|
}
|