aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/init.go
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2017-09-13 15:42:58 +0200
committerDmitry Vyukov <dvyukov@google.com>2017-09-15 16:02:37 +0200
commitbd13474175cb3878578e3f1f502c1043cafeaab8 (patch)
tree07df48ed3ad21392fd7e9a4b062cc801b777ca39 /sys/linux/init.go
parent18e96021edb8f4de80626d7f50240964e37d570e (diff)
sys/linux: rename package from sys to linux
Diffstat (limited to 'sys/linux/init.go')
-rw-r--r--sys/linux/init.go2
1 files changed, 1 insertions, 1 deletions
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"