diff options
Diffstat (limited to 'core/core.go')
-rw-r--r-- | core/core.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/core.go b/core/core.go index 2484c81..8977902 100644 --- a/core/core.go +++ b/core/core.go @@ -12,6 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. +//go:generate binapi-generator --input-dir=bin_api --output-dir=bin_api + package core import ( |