Add missing //go:build tag on deepcopy source
But not sure why this is needed yet :)
This commit is contained in:
parent
5da808af96
commit
b679a54196
|
|
@ -1,3 +1,4 @@
|
|||
//go:build !ignore_autogenerated
|
||||
// +build !ignore_autogenerated
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in New Issue