Initial commit

This commit is contained in:
2015-02-12 01:57:13 +00:00
commit 24a13ff5ac
8 changed files with 286 additions and 0 deletions

5
initiator/initiator.go Normal file
View File

@@ -0,0 +1,5 @@
package initiator
func New() {
}

10
initiator/libiscsi.go Normal file
View File

@@ -0,0 +1,10 @@
package initiator
/*
* This file is a straight set of bindings for the C "iscsi/iscsi.h" file
* We're working against 1.11.0 as that's what's in fedora 21, hurrah
*/
import "C"