mirror of
https://github.com/golang/go
synced 2024-11-12 00:20:22 -07:00
hash/crc32: make compatible with go/build
R=golang-dev, r CC=golang-dev https://golang.org/cl/5486060
This commit is contained in:
parent
576311d72b
commit
23cd406496
@ -2,6 +2,8 @@
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// +build 386 arm
|
||||
|
||||
package crc32
|
||||
|
||||
// The file contains the generic version of updateCastagnoli which just calls
|
||||
|
Loading…
Reference in New Issue
Block a user