Skip to content

Commit af8cc67

Browse files
iwanhaegithub-actions[bot]
authored andcommitted
feat(blog): Update blog metadata
1 parent c314794 commit af8cc67

3 files changed

Lines changed: 6 additions & 0 deletions

File tree

public/main.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -723,6 +723,9 @@
723723
.inline-flex {
724724
display: inline-flex;
725725
}
726+
.table {
727+
display: table;
728+
}
726729
.h-5 {
727730
height: calc(var(--spacing) * 5);
728731
}

root/blog/whats-new-in-go1.27.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
---
2+
id: 1a31e06c0d969b4b6cbbc590259cf089
23
author: iwanhae
34
title: Go 1.27, or How I Learned to Stop Worrying and Love Generic Methods
45
description: Generic methods, encoding/json/v2, a standard uuid package, and a goroutine leak detector that actually works. A tour of Go 1.27 with examples that were all actually run.
56
language: en
7+
date: 2026-08-15T02:08:43.129534158Z
8+
path: /blog/posts/go-1-27-or-how-i-learned-to-stop-worrying-and-love-generic-methods-za800e454
69
---
710

811
![Overview of Go 1.27](/assets/images/whats-new-in-go1.27/overview.webp)

zdata/data.json.zstd

377 KB
Binary file not shown.

0 commit comments

Comments
 (0)