On Fri, Mar 03, 2017 at 04:04:43AM -0800, Christian Joergensen wrote:
> Have you considered "un-internalizing" some of your packages that could be 
> useful outside your project?
> 
> The spf and systemd packages looks pretty useful.

I've finally "externalized" some of the internal packages:

- https://godoc.org/blitiri.com.ar/go/log
  Logger, somewhat similar to glog but a bit simpler and easier to
  integrate with standard tools.

- https://godoc.org/blitiri.com.ar/go/spf
  SPF (Sender Policy Framework) lookup and validation.

- https://godoc.org/blitiri.com.ar/go/systemd
  Get network listeners from systemd via socket activation.
  Supports named fds, which is useful if your daemon needs to be able to
  tell the different ports apart (e.g. http vs https).

They have no dependencies outside the standard library.

The APIs should be stable, and there are versioned branches just in
case.

I hope someone finds these useful! Thanks!

                Alberto

-- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to