mirror of
https://github.com/outbackdingo/certificates.git
synced 2026-01-27 10:18:34 +00:00
8 lines
81 B
Go
8 lines
81 B
Go
//go:build tools
|
|
|
|
package certificates
|
|
|
|
import (
|
|
_ "go.uber.org/mock/mockgen"
|
|
)
|