go(bench): add doc.go
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2022-07-08 22:41:10 +02:00
parent cb5d8b8931
commit bf08d22549
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

5
bench/doc.go Normal file

@ -0,0 +1,5 @@
// Copyright 2022 wanderer <a_mirre at utb dot cz>
// SPDX-License-Identifier: GPL-3.0-or-later
// Package bench provides implementations of functions used for benchmarking.
package bench