From fee67865f34039d524dad9a6f11a78c554a66068 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 21 Jun 2024 22:37:12 -0400 Subject: [PATCH] closing tags correctly --- content/posts/data-interfaces.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/data-interfaces.md b/content/posts/data-interfaces.md index fa80270..08c8757 100644 --- a/content/posts/data-interfaces.md +++ b/content/posts/data-interfaces.md @@ -42,7 +42,7 @@ type Map struct { func something(m Mover, x,y int) bool { // do something } -{{< / highlight >}} +``` # Functionality vs Data