Boldly Go Daily
- dd7514de Fri Dec 29 2023 How could you improve with a personal Go mentor?
- 851235c7 Thu Dec 28 2023 Instantiations
- 24d8fb1e Wed Dec 27 2023 Passing slices to variadic functions
- a216ab5c Tue Dec 26 2023 Passing arguments to ... parameters
- a0b9f37a Fri Dec 22 2023 Refresher on methods
- d8c35aa1 Thu Dec 21 2023 Special case: Multi-value arguments to functions
- 203a935f Mon Dec 18 2023 nil functions
- 4d768820 Fri Dec 15 2023 Evaluation of function parameters
- 19b2d512 Thu Dec 14 2023 Test-driven development: Love it or hate it
- 879c73bf Wed Dec 13 2023 The type of a function call expression
- 67a138b9 Tue Dec 12 2023 Calls
- 8c054c40 Mon Dec 11 2023 Type assertion values
- 0865681c Thu Dec 07 2023 Type assertions of interface types
- b4cf9d0b Wed Dec 06 2023 Type assertions of non-interface types
- 471f40c3 Tue Dec 05 2023 Type assertions
- 3a9327f6 Mon Dec 04 2023 Half way there
- 226fc2ff Thu Nov 30 2023 Farewell, November
- d0e1fa08 Wed Nov 29 2023 Full slice expressions
- 80156a4f Mon Nov 27 2023 Slice expression result types
- a60331f7 Thu Nov 23 2023 Range of slice expressions
- cdc7b999 Wed Nov 22 2023 Quiz
- befff9d9 Tue Nov 21 2023 Simple slice expression shortcuts
- 56641753 Mon Nov 20 2023 Slice expressions
- c20bfe9f Fri Nov 17 2023 Index expression special cases for maps
- da810c6e Thu Nov 16 2023 Index expressions for type parameters
- eb2c1468 Wed Nov 15 2023 Index expressions for maps
- 85feec45 Tue Nov 14 2023 Index expressions for slices and strings
- a1497a2f Mon Nov 13 2023 Index expressions for arrays
- a77a370f Fri Nov 10 2023 Index expressions
- 7e00d5a4 Thu Nov 09 2023 I'm looking for new clients
- 0041cc5c Wed Nov 08 2023 Method values, part 2
- c9ae50be Tue Nov 07 2023 Resume advice for a first-time job seeker
- 3f926325 Mon Nov 06 2023 Method values
- 49b211aa Fri Nov 03 2023 Let's do Kubernetes
- 0b50bfdf Thu Nov 02 2023 Method values
- 55d4dddc Wed Nov 01 2023 Method expressions, conclusion
- 07137c8c Tue Oct 31 2023 Method expressions, part 2
- 2a60853b Mon Oct 30 2023 Method expressions
- 4aafd076 Fri Oct 27 2023 Illegal selectors
- 4e1cc894 Thu Oct 26 2023 Third rule of selectors
- 3b43d793 Wed Oct 25 2023 Don't mock slog
- 0266a02f Tue Oct 24 2023 Second rule of Selectors
- 1a54d787 Mon Oct 23 2023 The first rule of Selectors
- a1162b46 Fri Oct 20 2023 Field depth
- 50564127 Thu Oct 19 2023 Selectors
- 7e6b1670 Wed Oct 18 2023 Wanted: Your Go code to review
- 01cfacf4 Tue Oct 17 2023 Primary expressions
- 7e6edd03 Mon Oct 16 2023 Closures
- 632cd477 Thu Oct 12 2023 Function literals
- 649eae4e Wed Oct 11 2023 (Bad) examples of valid composite literals