initial commit

This commit is contained in:
ston1th 2019-06-25 20:57:03 +02:00
commit f6e6e78beb
398 changed files with 242114 additions and 0 deletions

11
vendor/golang.org/x/sys/cpu/cpu_mipsx.go generated vendored Normal file
View file

@ -0,0 +1,11 @@
// Copyright 2018 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 mips mipsle
package cpu
const cacheLineSize = 32
func doinit() {}