diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2017-07-03 14:43:37 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2017-07-03 14:43:37 +0200 |
| commit | 2181ef35e17d97286cfe7edad5d4d68c225922d9 (patch) | |
| tree | 0f20a125e4f4175ea47b80eb89cbe05d08a3f46f /pkg/osutil/fileutil_linux.go | |
| parent | e7b1c55592f5735c55cafb868be1634b13b70caa (diff) | |
pkg/osutil: don't depend on syscall in appengine build
Dashboard app now depends on osutil through config package.
Reshuffle functions so that the package does not depend
on syscall in appengine build.
Diffstat (limited to 'pkg/osutil/fileutil_linux.go')
| -rw-r--r-- | pkg/osutil/fileutil_linux.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/osutil/fileutil_linux.go b/pkg/osutil/fileutil_linux.go index 415c00353..f1a0c1b66 100644 --- a/pkg/osutil/fileutil_linux.go +++ b/pkg/osutil/fileutil_linux.go @@ -1,6 +1,8 @@ // 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. +// +build !appengine + package osutil import ( |
