https://play.golang.org/p/QNArOeqy94
On Tuesday, October 16, 2012 at 7:38:57 PM UTC+3, nvcnvn wrote:
>
> Can I edit/add struct tag at runtime?
> I'm writting a simple wrap-pkg for appengine/datastore and
> labix.org/v2/mgo. mgo support for dropping index by a method, since
> datastore use struc
https://play.golang.org/p/1lgcfs_wis
On Tuesday, October 16, 2012 at 7:38:57 PM UTC+3, nvcnvn wrote:
>
> Can I edit/add struct tag at runtime?
> I'm writting a simple wrap-pkg for appengine/datastore and
> labix.org/v2/mgo. mgo support for dropping index by a method, since
> datastore use struct
Oh! Sorry about the wrong link.
However dont ignore 2 errors from ole.GetMessage & ole.DispatchMessage
On Thursday, February 16, 2017 at 1:45:18 PM UTC+3, fe f wrote:
>
>
> https://github.com/go-ole/go-ole/blob/master/com.go#L308
>
> I used this function.
>
> 2017년 2월 16일 목요일 오후 1시 30분 11초 UTC+9
check ole.GeMessage error.
btw. https://github.com/go-ole/go-ole/blob/master/com_func.go#L163
--
You received this message because you are subscribed to the Google Groups
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to golang-nuts+unsubsc
check ole.GeMessage error.
btw. https://github.com/go-ole/go-ole/blob/master/com_func.go#L163
On Thursday, February 16, 2017 at 7:12:19 AM UTC+3, fe f wrote:
>
> I'm writing a go program that constantly receives and processes windows
> messages in golang. (Go1.7, GOMAXPROCS=8, Windows 10)
>
> He