Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kjk/the-code

Code for my Go Cookbook articles
https://github.com/kjk/the-code

Last synced: 6 days ago
JSON representation

Code for my Go Cookbook articles

Awesome Lists containing this project

README

        

Code for [Go Cookbok](https://blog.kowalczyk.info/book/go-cookbook.html) and other articles.

All code samples are [public domain](https://en.wikipedia.org/wiki/Public_domain).
You can use them any way you want, without attribution.

Legend:
* [3 ways to iterate](https://blog.kowalczyk.info/article/1Bkr/3-ways-to-iterate-in-go.html), code: [3-ways-to-iterate](go/3-ways-to-iterate)
* [Advanced command execution in Go with os/exec](https://blog.kowalczyk.info/article/wOYk/advanced-command-execution-in-go-with-osexec.html), code: [advanced-exec](go/advanced-exec)
* [Generating good, random and unique ids in Go](https://blog.kowalczyk.info/article/JyRZ/generating-good-random-and-unique-ids-in-go.html), code: [generate-unique-id](go/generate-unique-id)
* [HTTPS for free in Go](https://blog.kowalczyk.info/article/Jl3G/https-for-free-in-go.html), code: [free-ssl-certificates](go/free-ssl-certificates)
* [Embedding build number in Go executable](https://blog.kowalczyk.info/article/vEja/embedding-build-number-in-go-executable.html), code: [embed-build-number](go/embed-build-number)
* [Simple serialization format for logging and analytics in Go](https://blog.kowalczyk.info/article/vkeR/simple-serialization-for-logging-and-analytics-in-go.html), no code
* [Rotate log files daily](https://blog.kowalczyk.info/article/1Ll7/rotate-log-files-daily-in-go.html), no code
* [Using MySQL in Docker for local testing In Go](https://blog.kowalczyk.info/article/w4re/using-mysql-in-docker-for-local-testing-in-go.html), code: [start-mysql-in-docker-go](go/start-mysql-in-docker-go)