Merge pull request #1447 from justincormack/unix-linux

Clean up unix vs linux usage
This commit is contained in:
Michael Crosby 2017-05-12 10:25:45 -07:00 committed by GitHub
commit c1287819af
10 changed files with 2 additions and 18 deletions

View File

@ -1,5 +1,3 @@
// +build linux freebsd
package configs
type FreezerState string

View File

@ -1,5 +1,3 @@
// +build freebsd linux
package configs
import "fmt"

View File

@ -1,5 +1,3 @@
// +build linux freebsd
package configs
import (

View File

@ -1,5 +1,3 @@
// +build linux freebsd
package configs
import (

View File

@ -1,4 +1,4 @@
// +build !linux,!freebsd
// +build !linux
package configs

View File

@ -1,5 +1,3 @@
// +build linux freebsd
package libcontainer
// cgroup restoring strategy provided by criu

View File

@ -1,5 +1,3 @@
// +build linux freebsd
package devices
import (

View File

@ -1,3 +1,3 @@
// +build windows
// +build !linux
package devices

View File

@ -1,5 +1,3 @@
// +build linux
package main
import (

View File

@ -1,5 +1,3 @@
// +build solaris
package main
import "github.com/urfave/cli"