Add itunes cmd
1 file changed
tree: 4a337e2f5f7a12cc81901483e70d6d4769a2f33f
  1. data/
  2. example/
  3. oleutil/
  4. com.go
  5. com_test.go
  6. connect.go
  7. connect_test.go
  8. constants.go
  9. go-get.go
  10. iconnectionpoint.go
  11. iconnectionpointcontainer.go
  12. idispatch.go
  13. iinspectable.go
  14. iprovideclassinfo.go
  15. itypeinfo.go
  16. iunknown.go
  17. ole.go
  18. README.md
  19. safearray.go
  20. safearray_test.go
  21. safearrayconversion.go
  22. safearrayconversion_test.go
  23. safearrayslices.go
  24. utility.go
  25. variables.go
  26. variant.go
  27. variant_386.go
  28. variant_amd64.go
  29. vt_string.go
  30. winrt.go
README.md

go-ole

WHATS:

Go bindings for Windows COM.

INSTALL:

To experiment with go-ole, you can just compile and run the example program:

go get github.com/mattn/go-ole
cd /path/to/go-ole/
go test

cd /path/to/go-ole/example/excel
go run excel.go 

LICENSE:

under the MIT License: http://mattn.mit-license.org/2013

AUTHOR:

  • Yasuhiro Matsumoto
  • Jacob Santos