1
0
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:
Russ Cox 2011-12-14 10:25:16 -05:00
parent 576311d72b
commit 23cd406496

View File

@ -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