mirror of
https://gitea.com/gitea/runner.git
synced 2026-08-27 22:37:46 +00:00
ca648a37c8
* Upgrade docker to v19.03.7 * go mod vendor * golangci-lint 1.23.8
10 lines
225 B
Go
10 lines
225 B
Go
// 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 mips64 mips64le
|
|
|
|
package cpu
|
|
|
|
const cacheLineSize = 32
|