vendor dependencies using govendor, fixes #16

This commit is contained in:
Martin Lindhe
2016-09-01 15:57:51 +02:00
parent b203702cad
commit e4fc3bda11
140 changed files with 25874 additions and 0 deletions

12
vendor/github.com/go-ole/go-ole/variant_amd64.go generated vendored Normal file
View File

@@ -0,0 +1,12 @@
// +build amd64
package ole
type VARIANT struct {
VT VT // 2
wReserved1 uint16 // 4
wReserved2 uint16 // 6
wReserved3 uint16 // 8
Val int64 // 16
_ [8]byte // 24
}