Skip to content

Tag: package

columnize — format text into columns in Go

Columnize is a little Go package that formats strings with separators into columns.

Continue reading “columnize — format text into columns in Go”

Posted on February 13, 2015December 8, 2022Tags go, golang, package, text

goquery: jQuery-style HTML manipulation in Go

Writing HTML document handling code with parsers is pretty hard. Even plain DOM tree walking can make your code look like spaghetti. That is why libraries like jQuery are popular: they make it easy to do queries and all sorts of other manipulations with HTML documents.

goquery is like jQuery, but in Go.

Continue reading “goquery: jQuery-style HTML manipulation in Go”

Posted on January 18, 2015December 8, 2022Tags go, package

manners — gracefully shutdown Go server

Manners is a Go package from Braintree that allows you to create a web server that you can gracefully shutdown.

Continue reading “manners — gracefully shutdown Go server”

2 Comments on manners — gracefully shutdown Go serverPosted on January 14, 2015December 8, 2022Tags go, golang, package, server

log15 — powerful logging for Go

log15 is a powerful structured logging package for Go with a simple, easy-to-use API. It supports output with color when logging to terminal, and also can write to files, streams, syslog and network.

Continue reading “log15 — powerful logging for Go”

Posted on January 12, 2015December 8, 2022Tags go, logging, package
  • Archive
  • Search
  • Contact
  • Follow
  • RSS

Password Authentication for Web & Mobile Apps (book)

Learn how to make password authentication for web and mobile apps secure.

Copyright © 2023 Dmitry Chestnykh Privacy Policy