mirror of
https://github.com/logos-messaging/go-rln.git
synced 2026-01-07 15:33:11 +00:00
12 lines
101 B
Go
12 lines
101 B
Go
package main
|
|
|
|
/*
|
|
#cgo CFLAGS: -I../lib
|
|
#include "./lib/librln.h"
|
|
*/
|
|
import "C"
|
|
|
|
func main() {
|
|
//C
|
|
}
|