Merge pull request #513 from vcaputo/macbuilds

rkt: don't build gc.go, containers.go, and uuid.go on non-linux
This commit is contained in:
Jonathan Boulle
2015-02-10 01:46:01 +01:00
3 changed files with 6 additions and 0 deletions
+2
View File
@@ -12,6 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
//+build linux
package main
import (
+2
View File
@@ -12,6 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
//+build linux
package main
import (
+2
View File
@@ -12,6 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
//+build linux
package main
import (