add generate.go file

This commit is contained in:
Ivan Folgueira Bande 2025-08-21 13:37:18 +02:00
parent f092e58a72
commit d9150e87d7
No known key found for this signature in database
GPG Key ID: 3C117481F89E24A7

8
sds/generate.go Normal file
View File

@ -0,0 +1,8 @@
//go:build ignore
// +build ignore
package sds
// This file contains the go:generate directive for building SDS native code.
//go:generate sh -c "cd sds && make build"