Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kjk/the-code
- Owner: kjk
- License: other
- Created: 2017-04-14T04:22:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-04-02T21:58:36.000Z (almost 2 years ago)
- Last Synced: 2024-12-29T17:13:10.894Z (13 days ago)
- Language: Go
- Homepage: https://blog.kowalczyk.info/book/go-cookbook.html
- Size: 63.5 KB
- Stars: 368
- Watchers: 19
- Forks: 104
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- my-awesome - kjk/the-code - 04 star:0.4k fork:0.1k Code for my Go Cookbook articles (Go)
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)