hi,
its one way to *go*, the official one.
i m happy golang, despite all, gave us tools
so we can take a different path.
and i want to add emphazes that i invited beginners to learn go
before they import patterns from other languages.
regarding the debate you open, i see no reason to re iterat
hi,
i might be wrong, it looks likes to me that you want promise in go.
something like this https://github.com/chebyrash/promise
I personally don t like this pattern, even in javascript. but anyways,
example below looks really weird to me and difficult to figure out what
means to
"reject but
hi,
sorry to come back so quickly, after those last updates about memory
management optimizations,
i want to share those latest optimizations about the cpu and some
thoughts...
the results are good, on this configuration, compared to the bounded.go.
the solution consists of a new type of strea
hi,
in recent days i have been working on fixing some issues with above
presented code
(https://github.com/clementauger/st/blob/master/examples/walkfiles/main.go#L38)
besides the fact the internal code uses a lot of reflection mechanisms to
implement the api, putting in de facto on the wrong si
Hello
i was playing with the plugin mode and i met this error
*panic: interface conversion: interface {} is func(string, func([]string)
error) error, not func(string, func([]string) error) error (types from
different scopes)*
the code is a regular conversion, without test because i was not exp
thanks Ian, i had it done this way
https://github.com/clementauger/stdlist/blob/master/raw.go
Le lundi 26 novembre 2018 21:06:24 UTC+1, Ian Lance Taylor a écrit :
>
> On Mon, Nov 26, 2018 at 7:07 AM >
> wrote:
> >
> > I m looking for a reliable way to determine if a package path string
> belo
thanks! It will be useful, indeed.
Le lundi 26 novembre 2018 16:15:51 UTC+1, Shulhan a écrit :
>
> On Mon, 26 Nov 2018 07:07:34 -0800 (PST)
> clement...@gmail.com wrote:
>
> > HI,
> >
> > I m looking for a reliable way to determine if a package path string
> > belongs to the stdlib or not.
Hi,
I was not referring to the file system path, i m referring to the import
package path.
Given the string bytes, reliably tells this is a package that belongs to
the stdlib of version Y.
I m using the reflect.Type.PkgPath value, to be more specific.
Le lundi 26 novembre 2018 16:11:40 UTC+1,
HI,
I m looking for a reliable way to determine if a package path string
belongs to the stdlib or not.
It happens at runtime, the program can not access its sources.
I m thinking to write package that stores those information into package
variables, into a map[go version][]packagesPaths.
Do y
Hi,
I recently confronted the problem of building data stream pipeline in
golang to build some etl programs.
I found it was not so simple to use the golang idioms.
Using them i noticed i needed deep care and understanding to produce
correct code.
I also felt they was uselessly verbose and repet
10 matches
Mail list logo