TIL - Today I Learned

Small notes and things of what I've learned. View tags for notes grouped by tag.

2021-08-06 how SSL_CERT_DIR works in golang (on linux systems)

2021-06-11 Use strings.TrimFunc to trim suffixes/prefixes from strings

2021-05-21 LIMIT BY statement in clickhouse

2021-05-11 Disable press and hold keys in OSX

2021-05-08 Golang Snippets

2021-05-08 Show hidden files in OSX Finder

2021-05-05 Golang JSON marshaller will replace some characters in strings with unicode runes

2021-05-05 You can use testing.Skip() instead of build tags for integration tests