summaryrefslogtreecommitdiffhomepage
path: root/runsc/flag/flag.go
diff options
context:
space:
mode:
Diffstat (limited to 'runsc/flag/flag.go')
-rw-r--r--runsc/flag/flag.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/runsc/flag/flag.go b/runsc/flag/flag.go
index f921a8107..6b25da904 100644
--- a/runsc/flag/flag.go
+++ b/runsc/flag/flag.go
@@ -12,6 +12,9 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+//go:build go1.1
+// +build go1.1
+
// Package flag wraps flag primitives.
package flag