Hi,
thanks for sharing the library. When using it within a project most people might not like the fact that debugging information is printed out to StdOut with fmt.Println.
Maybe using a logging library ( one of https://github.com/avelino/awesome-go#logging maybe) would make sense - so developers could decide whether they want debug logs or not.
Cheers
Hi,
thanks for sharing the library. When using it within a project most people might not like the fact that debugging information is printed out to StdOut with fmt.Println.
Maybe using a logging library ( one of https://github.com/avelino/awesome-go#logging maybe) would make sense - so developers could decide whether they want debug logs or not.
Cheers