[go-nuts] logging package for rfc5424 syslog formatted messages

2021-10-31 Thread jal...@gmail.com
Hi all, I suspect that my google foo has failed me but I haven't be able to find quite what I am looking for. I am looking for logging package package that tightly integrates with rfc5424. 1. make it easy to construct messages that conform rfc5424 2. emits those messages to io.Writer (e.g

[go-nuts] Re: Best Go paid course

2021-10-31 Thread Ahmed Adly
me too, I started Bill's class. Thank you so much On Saturday, October 30, 2021 at 7:34:35 AM UTC-5 drro...@gmail.com wrote: > > Based on this recommendation, I started Bill's class and got the book. I > like the class a lot. > Thanks for the post > > (sorry for my response not originally

[go-nuts] Why go plugin addresses do not load with go binary #49225

2021-10-31 Thread Manoj Chauhan
I did not understand the use of plugin. I can't use a plugin with different go versions even with minor version because plugin.open is failed. The only way which I found to use plugin'functions is through LD_PRELOAD. I created a plugin using https://github.com/vladimirvivien/go-plugin-example

[go-nuts] How to force cgo to use C++ compiler (g++) instead of gcc ?

2021-10-31 Thread Elemer Pixard
I am developing a binding to a C++ library using a wrapper module (using extern "C" directive). The C++ library files are in a subdirectory of the package. If I create a file in the package directory such as: lib.cpp -- #include "cpplib/file.cpp" #include "cpplib/wrapper.cpp"

Re: [go-nuts] How to force cgo to use C++ compiler (g++) instead of gcc ?

2021-10-31 Thread Jan Mercl
On Sun, Oct 31, 2021 at 6:17 PM Elemer Pixard wrote: > Is there a way to solve this ? Some hopefully related info can be found here: http://www.swig.org/Doc3.0/Go.html -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this