mirror of
https://github.com/mautrix/signal.git
synced 2025-03-14 14:15:36 +00:00
6 lines
74 B
Go
6 lines
74 B
Go
package libsignalgo
|
|
|
|
/*
|
|
#cgo LDFLAGS: -lsignal_ffi -ldl -lm
|
|
*/
|
|
import "C"
|