Remove all old source files

This commit is contained in:
James Munnelly
2018-01-07 12:51:59 +00:00
parent 70d9ea81b9
commit 9721a0f210
1017 changed files with 0 additions and 557853 deletions
-13
View File
@@ -1,13 +0,0 @@
// Copyright 2015 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// +build darwin dragonfly freebsd linux netbsd openbsd solaris
package unix
const (
R_OK = 0x4
W_OK = 0x2
X_OK = 0x1
)