mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-09 06:33:16 +00:00
.
This commit is contained in:
@@ -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")
|
||||
}
|
||||
Reference in New Issue
Block a user