mirror of
https://github.com/logos-messaging/sds-go-bindings.git
synced 2026-01-02 14:13:08 +00:00
9 lines
171 B
Go
9 lines
171 B
Go
|
|
//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"
|