Files
crypto/hash/mocks_generate_test.go

7 lines
267 B
Go

// Copyright (C) 2019-2025, Lux Industries, Inc. All rights reserved.
// See the file LICENSE for licensing terms.
package hash
//go:generate go run go.uber.org/mock/mockgen -package=hashingmock -destination=hashingmock/hasher.go -mock_names=Hasher=Hasher . Hasher