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>
@@ -1,5 +1,3 @@
-// +build linux
-
package main
import systemdDaemon "github.com/coreos/go-systemd/daemon"
-// +build windows
package container
import (
package daemon
func configsSupported() bool {
-//+build windows
package graphdriver
package vfs
import "github.com/docker/docker/daemon/graphdriver/copy"
import "github.com/docker/docker/daemon/graphdriver/quota"
package initlayer
package gcplogs
func secretsSupported() bool {
import "github.com/opencontainers/selinux/go-selinux"
package stats
// platformNewStatsCollector performs platform specific initialisation of the
package distribution
package opts
// DefaultHost constant defines the default host string used by docker on Windows
package archive
package directory
package dmesg
package fsutils
package homedir
package idtools
package ioutils
package mount
// MakeShared ensures a mounted filesystem has the SHARED mount option enabled.
package kernel
package reexec
package signal
package sysinfo
// New returns an empty SysInfo for windows for now.
package system
// Mknod is not implemented on Windows.
// Umask is not supported on the windows platform.
package term
package plugin
package v2