From b592de93992ff38f36f498ae07a0691072b7e237 Mon Sep 17 00:00:00 2001 From: Lai Jiangshan Date: Wed, 16 Sep 2015 16:42:23 +0800 Subject: [PATCH] Remove the unneeded build tag from the config_linux.go config_linux.go already has the "_linux" for the go build, so the build tag in the file is redundant. Signed-off-by: Lai Jiangshan --- config_linux.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/config_linux.go b/config_linux.go index 560d15aa..b7bfb2a3 100644 --- a/config_linux.go +++ b/config_linux.go @@ -1,5 +1,3 @@ -// +build linux - package specs // LinuxSpec is the full specification for linux containers.