mirror of
https://github.com/fluencelabs/tendermint
synced 2025-04-25 06:42:16 +00:00
.
This commit is contained in:
parent
55a9031e91
commit
3f878b9e8e
@ -1,14 +0,0 @@
|
|||||||
package main
|
|
||||||
|
|
||||||
/*
|
|
||||||
#cgo LDFLAGS: -L. -led25519
|
|
||||||
|
|
||||||
#include "ed25519/foo.h"
|
|
||||||
*/
|
|
||||||
import "C"
|
|
||||||
import "fmt"
|
|
||||||
|
|
||||||
func main() {
|
|
||||||
C.test()
|
|
||||||
fmt.Println("hello")
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user