Browse Source

.

pull/9/head
Jae Kwon 10 years ago
parent
commit
3f878b9e8e
1 changed files with 0 additions and 14 deletions
  1. +0
    -14
      crypto/ed25519.go.bak

+ 0
- 14
crypto/ed25519.go.bak 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")
}

Loading…
Cancel
Save