From bd13474175cb3878578e3f1f502c1043cafeaab8 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Wed, 13 Sep 2017 15:42:58 +0200 Subject: sys/linux: rename package from sys to linux --- sys/linux/init.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/linux/init.go') diff --git a/sys/linux/init.go b/sys/linux/init.go index f4974f51b..a62cce4ea 100644 --- a/sys/linux/init.go +++ b/sys/linux/init.go @@ -1,7 +1,7 @@ // Copyright 2017 syzkaller project authors. All rights reserved. // Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. -package sys +package linux import ( "runtime" -- cgit mrf-deployment