cgo is very picky, as is signal handling if you have Go and non-Go signal
handlers. My advice is:
- Understand everywhere that cgo is used.
- Read every sentence in the cgo documentation, no matter how dense the
prose is.
- Read every sentence pertaining to signal handling if you ha
Hello gophers,
I am doing a project on Github based on this project in Python
https://github.com/henriquebastos/python-decouple.
The link of my repository is https://github.com/alvesgabriel/go-decouple. I
will be happy if you want use in your projects or contribute.
Thank you for your attentio
Hello All,
*Following is the function written in go:*
func LaunchApplication(packageName string) {
Query :
how can I execute application with given packageName
}
Generated the java binding [.aar] using *gomobile*.
I want to include .aar generated in my android application and call
*Laun
Disheartening, but not unfamiliar - very reminiscent of Java days. I would
highly encourage removing any dependencies that use CGO or Unsafe - and move to
pure Go. This seemed to be the only way to tame these sort of errors in the
wild in Java land.
Also, have you done stress tests using the r
Hi all,
We develop an open source program for consumers that has a reasonably large
usage within its niche, on a mix of operating systems and platforms. Recently
we enabled crash reporting to get panic traces back from cooperating users.
With that we've discovered a bunch of panics of our own c
Thanks, I'll do some code & issues cleanup and let you know.
On Thursday, August 22, 2019 at 5:57:26 PM UTC+3, satyendra singh wrote:
>
> Hi Miki,
> I am also new to go working from about 16 weeks.
> I would like to help on your project
>
> On Thu, 22 Aug 2019 at 14:03, Miki Tebeka > wrote:
>
>>