2
2
mirror of https://github.com/octoleo/restic.git synced 2025-01-23 07:08:28 +00:00

10 lines
216 B
Go
Raw Normal View History

2018-05-07 22:47:39 +02:00
// 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.
package cpu
const cacheLineSize = 32
2019-01-27 21:07:57 +01:00
func doinit() {}