This commit is contained in:
Jae Kwon 2014-05-26 04:12:30 -07:00
parent 55a9031e91
commit 3f878b9e8e
1 changed files with 0 additions and 14 deletions

View File

@ -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")
}