diff options
author | Jasper Ras <jras@hostnet.nl> | 2025-06-21 11:11:59 +0200 |
---|---|---|
committer | Jasper Ras <jras@hostnet.nl> | 2025-06-21 11:11:59 +0200 |
commit | fbb81e5f2c5542d86ffbb0cb8e05ce2640ed65de (patch) | |
tree | 6c5951af8530f003b8e3311c62d75802052ba363 /daily | |
parent | 0d389e1d6c1aed4a92f82d9711f4564a12390fcd (diff) |
vault backup: 2025-06-21 11:11:59
Diffstat (limited to 'daily')
-rw-r--r-- | daily/15-Jun-2025.md | 1 | ||||
-rw-r--r-- | daily/17-May-2025.md | 4 | ||||
-rw-r--r-- | daily/18-Jun-2025.md | 1 |
3 files changed, 4 insertions, 2 deletions
diff --git a/daily/15-Jun-2025.md b/daily/15-Jun-2025.md deleted file mode 100644 index 8b13789..0000000 --- a/daily/15-Jun-2025.md +++ /dev/null @@ -1 +0,0 @@ - diff --git a/daily/17-May-2025.md b/daily/17-May-2025.md index 3729110..7872d2a 100644 --- a/daily/17-May-2025.md +++ b/daily/17-May-2025.md @@ -25,4 +25,6 @@ All parts gone: loop forever. Only condition is like a while x == true; `range` keyword to loop over a slice or array with `for index, arg := range slice` -`_` is the blank identifier, thus above if we don' need the index we can put `_`.
\ No newline at end of file +`_` is the blank identifier, thus above if we don' need the index we can put `_`. + +**Type assertion** diff --git a/daily/18-Jun-2025.md b/daily/18-Jun-2025.md new file mode 100644 index 0000000..c7c35a1 --- /dev/null +++ b/daily/18-Jun-2025.md @@ -0,0 +1 @@ +Gin bool required bind fails if false, needs ptr to bool. https://github.com/gin-gonic/gin/issues/814
\ No newline at end of file |