// Copyright 2021 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.//go:build !libfuzzerpackage fuzzimport_// for go:linkname//go:linkname libfuzzerTraceCmp1 runtime.libfuzzerTraceCmp1//go:linkname libfuzzerTraceCmp2 runtime.libfuzzerTraceCmp2//go:linkname libfuzzerTraceCmp4 runtime.libfuzzerTraceCmp4//go:linkname libfuzzerTraceCmp8 runtime.libfuzzerTraceCmp8//go:linkname libfuzzerTraceConstCmp1 runtime.libfuzzerTraceConstCmp1//go:linkname libfuzzerTraceConstCmp2 runtime.libfuzzerTraceConstCmp2//go:linkname libfuzzerTraceConstCmp4 runtime.libfuzzerTraceConstCmp4//go:linkname libfuzzerTraceConstCmp8 runtime.libfuzzerTraceConstCmp8//go:linkname libfuzzerHookStrCmp runtime.libfuzzerHookStrCmp//go:linkname libfuzzerHookEqualFold runtime.libfuzzerHookEqualFoldfunc libfuzzerTraceCmp1(, uint8, uint) {}func libfuzzerTraceCmp2(, uint16, uint) {}func libfuzzerTraceCmp4(, uint32, uint) {}func libfuzzerTraceCmp8(, uint64, uint) {}func libfuzzerTraceConstCmp1(, uint8, uint) {}func libfuzzerTraceConstCmp2(, uint16, uint) {}func libfuzzerTraceConstCmp4(, uint32, uint) {}func libfuzzerTraceConstCmp8(, uint64, uint) {}func libfuzzerHookStrCmp(, string, uint) {}func libfuzzerHookEqualFold(, string, uint) {}
The pages are generated with Goldsv0.7.0-preview. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds.